HomeSort by relevance Sort by last modified time
    Searched refs:_inBufSizeAllocated (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.cpp 53 if (_inBuf == 0 || _inBufSize != _inBufSizeAllocated)
59 _inBufSizeAllocated = _inBufSize;
103 RINOK(inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
196 RINOK(_inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
244 RINOK(_inStream->Read(_inBuf, _inBufSizeAllocated, &_inSize));
LzmaDecoder.h 36 UInt32 _inBufSizeAllocated;

Completed in 130 milliseconds