Searched defs:ReleaseInStream (Results 1 – 6 of 6) sorted by relevance
/external/lzma/CPP/7zip/Compress/ | ||
D | CopyCoder.cpp | 84 STDMETHODIMP CCopyCoder::ReleaseInStream() in ReleaseInStream() function in NCompress::CCopyCoder |
D | PpmdDecoder.cpp | 153 STDMETHODIMP CDecoder::ReleaseInStream() in ReleaseInStream() function in NCompress::NPpmd::CDecoder |
D | Lzma2Decoder.cpp | 242 STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); return S_OK; } in ReleaseInStream() function in NCompress::NLzma2::CDecoder |
D | LzmaDecoder.cpp | 230 STDMETHODIMP CDecoder::ReleaseInStream() { _inStream.Release(); return S_OK; } in ReleaseInStream() function in NCompress::NLzma::CDecoder |
/external/lzma/CPP/7zip/Common/ | ||
D | FilterCoder.cpp | 301 STDMETHODIMP CFilterCoder::ReleaseInStream() in ReleaseInStream() function in CFilterCoder |
/external/lzma/CPP/7zip/Archive/ | ||
D | LzmaHandler.cpp | 94 void ReleaseInStream() { if (_lzmaDecoder) _lzmaDecoderSpec->ReleaseInStream(); } in ReleaseInStream() function in NArchive::NLzma::CDecoder |