Home
last modified time | relevance | path

Searched refs:_outBufSize (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Common/
DFilterCoder.cpp25 STDMETHODIMP CFilterCoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize()
29 UInt32 size = MyMin(_inBufSize, _outBufSize); in Alloc()
56 _outBufSize(kBufSize), in CFilterCoder()
DFilterCoder.h92 UInt32 _outBufSize; variable