Home
last modified time | relevance | path

Searched refs:_inBufSize (Results 1 – 6 of 6) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzma2Decoder.cpp29 _inBufSize(0), in CDecoder()
53 if (!_inBuf || _inBufSize != _inBufSizeNew) in SetDecoderProperties2()
56 _inBufSize = 0; in SetDecoderProperties2()
60 _inBufSize = _inBufSizeNew; in SetDecoderProperties2()
116 hres = inStream->Read(_inBuf, _inBufSize, &_inSize); in Code()
212 RINOK(_inStream->Read(_inBuf, _inBufSize, &_inSize)); in Read()
DLzmaDecoder.cpp28 _inBufSize(1 << 20), in CDecoder()
44 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize()
49 if (_inBuf == 0 || _inBufSize != _inBufSizeAllocated) in CreateInputBuffer()
52 _inBuf = (Byte *)MyAlloc(_inBufSize); in CreateInputBuffer()
55 _inBufSizeAllocated = _inBufSize; in CreateInputBuffer()
DLzma2Decoder.h40 UInt32 _inBufSize; variable
DLzmaDecoder.h38 UInt32 _inBufSize; variable
/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp24 STDMETHODIMP CFilterCoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize()
29 UInt32 size = MyMin(_inBufSize, _outBufSize); in Alloc()
55 _inBufSize(kBufSize), in CFilterCoder()
DFilterCoder.h91 UInt32 _inBufSize; variable