Searched refs:_inBufSize (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/Compress/ |
D | LzmaDecoder.cpp | 34 _inBufSize(0), in CDecoder() 59 if (!_inBuf || _inBufSizeNew != _inBufSize) in CreateInputBuffer() 62 _inBufSize = 0; in CreateInputBuffer() 66 _inBufSize = _inBufSizeNew; in CreateInputBuffer() 130 readRes = inStream->Read(_inBuf, _inBufSize, &_inLim); in CodeSpec() 257 readRes = _inStream->Read(_inBuf, _inBufSize, &_inLim); in Read() 321 readRes = _inStream->Read(_inBuf, _inBufSize, &_inLim); in ReadFromInputStream()
|
D | Lzma2Decoder.cpp | 22 , _inBufSize(1 << 20) in CDecoder() 37 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() 102 props.inBufSize_ST = _inBufSize; in Code() 219 props.inBufSize_ST = _inBufSize; in SetOutStreamSize()
|
D | Lzma2Decoder.h | 37 UInt32 _inBufSize; variable
|
D | LzmaDecoder.h | 45 UInt32 _inBufSize; variable
|
/external/lzma/CPP/7zip/Common/ |
D | FilterCoder.cpp | 24 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()
|
D | FilterCoder.h | 91 UInt32 _inBufSize; variable
|