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

  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.cpp 28 _inBufSize(1 << 20),
48 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; }
53 if (_inBuf == 0 || _inBufSize != _inBufSizeAllocated)
56 _inBuf = (Byte *)MyAlloc(_inBufSize);
59 _inBufSizeAllocated = _inBufSize;
LzmaDecoder.h 37 UInt32 _inBufSize;

Completed in 81 milliseconds