/external/lzma/CPP/7zip/Compress/ |
D | DeltaFilter.cpp | 99 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size); 114 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) in SetDecoderProperties2() function in NCompress::NDelta::CDecoder
|
D | PpmdDecoder.h | 57 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
|
D | Lzma2Decoder.h | 63 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
|
D | LzmaDecoder.h | 61 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
|
D | PpmdDecoder.cpp | 32 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size) in SetDecoderProperties2() function in NCompress::NPpmd::CDecoder
|
D | Lzma2Decoder.cpp | 47 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() function in NCompress::NLzma2::CDecoder
|
D | LzmaDecoder.cpp | 60 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size) in SetDecoderProperties2() function in NCompress::NLzma::CDecoder
|
/external/lzma/CPP/7zip/Crypto/ |
D | 7zAes.h | 112 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
|
D | 7zAes.cpp | 210 STDMETHODIMP CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size) in SetDecoderProperties2() function in NCrypto::N7z::CDecoder
|
/external/lzma/CPP/7zip/Common/ |
D | FilterCoder.cpp | 417 STDMETHODIMP CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size) in SetDecoderProperties2() function in CFilterCoder 418 { return _SetDecoderProperties2->SetDecoderProperties2(data, size); } in SetDecoderProperties2()
|
D | FilterCoder.h | 220 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size);
|
/external/lzma/CPP/7zip/ |
D | ICoder.h | 146 STDMETHOD(SetDecoderProperties2)(const Byte *data, UInt32 size) PURE;
|
/external/lzma/CPP/7zip/Archive/ |
D | LzmaHandler.cpp | 137 RINOK(setDecoderProperties->SetDecoderProperties2(header.LzmaProps, 5)); in Code()
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zDecode.cpp | 368 … HRESULT res = setDecoderProperties->SetDecoderProperties2((const Byte *)props, (UInt32)size); in Decode()
|
/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
D | LzmaAlone.cpp | 724 if (decoderSpec->SetDecoderProperties2(header, kPropertiesSize) != S_OK) in main2()
|
/external/lzma/CPP/7zip/UI/Common/ |
D | Bench.cpp | 1084 RINOK(setDecProps->SetDecoderProperties2(propStreamSpec->Buffer, (UInt32)propStreamSpec->Pos)); in Decode()
|