Home | History | Annotate | Download | only in Compress

Lines Matching refs:_inBuf

28     _inBuf(NULL),

44 MidFree(_inBuf);
53 if (!_inBuf || _inBufSize != _inBufSizeNew)
55 MidFree(_inBuf);
57 _inBuf = (Byte *)MidAlloc(_inBufSizeNew);
58 if (!_inBuf)
94 if (!_inBuf)
116 hres = inStream->Read(_inBuf, _inBufSize, &_inSize);
138 SRes res = Lzma2Dec_DecodeToDic(&_state, dicPos + curSize, _inBuf + _inPos, &inSizeProcessed, finishMode, &status);
212 RINOK(_inStream->Read(_inBuf, _inBufSize, &_inSize));
232 _inBuf + _inPos, &inProcessed, finishMode, &status);