Home
last modified time | relevance | path

Searched refs:SetOutStreamSize (Results 1 – 13 of 13) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DPpmdDecoder.cpp106 SetOutStreamSize(outSize); in Code()
127 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in NCompress::NPpmd::CDecoder
DLzmaDecoder.cpp93 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in NCompress::NLzma::CDecoder
218 SetOutStreamSize(outSize); in Code()
DPpmdDecoder.h66 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DLzma2Decoder.h84 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DLzmaDecoder.h75 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DBcj2Coder.h110 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DLzma2Decoder.cpp215 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in NCompress::NLzma2::CDecoder
DBcj2Coder.cpp527 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in NCompress::NBcj2::CDecoder
/external/lzma/CPP/7zip/Common/
DFilterCoder.h199 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DFilterCoder.cpp282 STDMETHODIMP CFilterCoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in CFilterCoder
/external/lzma/CPP/7zip/
DICoder.h243 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize) PURE;
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp765 RINOK(setOutStreamSize->SetOutStreamSize( in Code()
837 RINOK(setOutStreamSize->SetOutStreamSize(coder.UnpackSizePointer)); in GetMainUnpackStream()
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp142 RINOK(_filterCoder->SetOutStreamSize(NULL)); in Code()