Lines Matching refs:inStream

74   ILookInStreamPtr inStream;

86 p->res = ILookInStream_Skip(p->inStream, size);
88 p->res = ILookInStream_Look(p->inStream, (const void **)&p->begin, &size);
98 static SRes SzDecodePpmd(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inStream,
106 s.inStream = inStream;
163 static SRes SzDecodeLzma(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inStream,
181 res = ILookInStream_Look(inStream, &inBuf, &lookahead);
210 res = ILookInStream_Skip(inStream, inProcessed);
223 static SRes SzDecodeLzma2(const Byte *props, unsigned propsSize, UInt64 inSize, ILookInStreamPtr inStream,
243 res = ILookInStream_Look(inStream, &inBuf, &lookahead);
269 res = ILookInStream_Skip(inStream, inProcessed);
282 static SRes SzDecodeCopy(UInt64 inSize, ILookInStreamPtr inStream, Byte *outBuffer)
290 RINOK(ILookInStream_Look(inStream, &inBuf, &curSize))
296 RINOK(ILookInStream_Skip(inStream, curSize))
413 ILookInStreamPtr inStream, UInt64 startPos,
464 RINOK(LookInStream_SeekTo(inStream, startPos + offset))
470 RINOK(SzDecodeCopy(inSize, inStream, outBufCur))
474 RINOK(SzDecodeLzma(propsData + coder->PropsOffset, coder->PropsSize, inSize, inStream, outBufCur, outSizeCur, allocMain))
479 RINOK(SzDecodeLzma2(propsData + coder->PropsOffset, coder->PropsSize, inSize, inStream, outBufCur, outSizeCur, allocMain))
485 RINOK(SzDecodePpmd(propsData + coder->PropsOffset, coder->PropsSize, inSize, inStream, outBufCur, outSizeCur, allocMain))
506 RINOK(LookInStream_SeekTo(inStream, startPos + offset))
507 RINOK(SzDecodeCopy(s3Size, inStream, tempBuf[2]))
607 ILookInStreamPtr inStream, UInt64 startPos,
635 inStream, startPos,