Home
last modified time | relevance | path

Searched defs:SetInBufSize (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DLzmaDecoder.cpp47 STDMETHODIMP CDecoder::SetInBufSize(UInt32 , UInt32 size) { _inBufSize = size; return S_OK; } in SetInBufSize() function in NCompress::NLzma::CDecoder
DBcj2Coder.cpp268 STDMETHODIMP CDecoder::SetInBufSize(UInt32 streamIndex, UInt32 size) { _inBufSizes[streamIndex] = s… in SetInBufSize() function in NCompress::NBcj2::CDecoder