Searched defs:SetOutBufSize (Results 1 – 2 of 2) sorted by relevance
/external/lzma/CPP/7zip/Compress/ | ||
D | LzmaDecoder.cpp | 49 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() function in NCompress::NLzma::CDecoder |
D | Bcj2Coder.cpp | 256 STDMETHODIMP CDecoder::SetOutBufSize(UInt32 , UInt32 size) { _outBufSize = size; return S_OK; } in SetOutBufSize() function in NCompress::NBcj2::CDecoder |