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
DLzma2Decoder.cpp70 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in NCompress::NLzma2::CDecoder
96 SetOutStreamSize(outSize); in Code()
DLzmaDecoder.cpp77 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in NCompress::NLzma::CDecoder
180 SetOutStreamSize(outSize); in Code()
DPpmdDecoder.h58 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DLzma2Decoder.h75 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DLzmaDecoder.h63 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DBcj2Coder.h107 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DBcj2Coder.cpp527 STDMETHODIMP CDecoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in NCompress::NBcj2::CDecoder
/external/lzma/CPP/7zip/Common/
DFilterCoder.h190 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize);
DFilterCoder.cpp282 STDMETHODIMP CFilterCoder::SetOutStreamSize(const UInt64 *outSize) in SetOutStreamSize() function in CFilterCoder
/external/lzma/CPP/7zip/
DICoder.h215 STDMETHOD(SetOutStreamSize)(const UInt64 *outSize) PURE;
/external/lzma/CPP/7zip/Archive/Common/
DCoderMixer2.cpp702 RINOK(setOutStreamSize->SetOutStreamSize( in Code()
765 RINOK(setOutStreamSize->SetOutStreamSize(coder.UnpackSizePointer)); in GetMainUnpackStream()
/external/lzma/CPP/7zip/Archive/
DLzmaHandler.cpp146 RINOK(_filterCoder->SetOutStreamSize(NULL)); in Code()