Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
DFilterCoder.cpp48 Z7_COM7F_IMF(CFilterCoder::SetOutBufSize(UInt32 , UInt32 size)) { _outBufSize = size; return S_OK; } in Z7_COM7F_IMF()
52 UInt32 size = MyMin(_inBufSize, _outBufSize); in Alloc()
80 _outBufSize(kBufSize), in CFilterCoder()
DFilterCoder.h64 UInt32 _outBufSize; variable