Lines Matching refs:stream
63 const UInt32 kUseGlobalOffset = 1 << 5; // the seek position of stream must be set as global offset
199 then the callee doesn't write data to stream: (*outStream == NULL)
217 packSize - for some stream formats (xz, gz, bz2, lzma, z, ppmd).
269 x(GetStream(UInt32 index, ISequentialInStream **stream))
279 stream
280 if (kUseGlobalOffset), stream current position can be non 0.
281 if (!kUseGlobalOffset), stream current position is 0.
282 if (maxCheckStartPosition == NULL), the handler can try to search archive start in stream
317 x(Open(IInStream *stream, const UInt64 *maxCheckStartPosition, IArchiveOpenCallback *openCallback)) \
380 x(OpenSeq(ISequentialInStream *stream)) \
406 So next Extract can be called for that sequential stream.
410 x(ArcOpen2(ISequentialInStream *stream, UInt32 flags, IArchiveOpenCallback *openCallback))
433 S_FALSE - skip that file (don't add item to archive) - (client code can't open stream of that file by some reason)
512 outStream: output stream. (the handler) MUST support the case when