/aosp_15_r20/external/lzma/CPP/7zip/Common/ |
H A D | FilterCoder.cpp | 576 Z7_COM7F_IMF(CFilterCoder::SetDecoderProperties2(const Byte *data, UInt32 size)) in Z7_COM7F_IMF() 577 { return _setDecoderProperties2->SetDecoderProperties2(data, size); } in Z7_COM7F_IMF()
|
/aosp_15_r20/external/lzma/CPP/7zip/Crypto/ |
H A D | RarAes.h | 37 HRESULT SetDecoderProperties2(const Byte *data, UInt32 size);
|
H A D | RarAes.cpp | 24 HRESULT CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size) in SetDecoderProperties2() function in NCrypto::NRar3::CDecoder
|
H A D | 7zAes.cpp | 247 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size)) in Z7_COM7F_IMF()
|
/aosp_15_r20/external/lzma/CPP/7zip/Compress/ |
H A D | DeltaFilter.cpp | 112 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)) in Z7_COM7F_IMF()
|
H A D | BranchMisc.cpp | 91 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)) in Z7_COM7F_IMF()
|
H A D | PpmdDecoder.cpp | 31 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *props, UInt32 size)) in Z7_COM7F_IMF()
|
H A D | ImplodeDecoder.cpp | 228 Z7_COM7F_IMF(CCoder::SetDecoderProperties2(const Byte *data, UInt32 size)) in Z7_COM7F_IMF()
|
H A D | Lzma2Decoder.cpp | 40 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)) in Z7_COM7F_IMF()
|
H A D | LzmaDecoder.cpp | 75 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *prop, UInt32 size)) in Z7_COM7F_IMF()
|
H A D | ZstdDecoder.cpp | 61 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte * /* prop */, UInt32 /* size */)) in Z7_COM7F_IMF()
|
H A D | Rar2Decoder.cpp | 464 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size)) in Z7_COM7F_IMF()
|
H A D | Rar1Decoder.cpp | 510 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size)) in Z7_COM7F_IMF()
|
H A D | Rar3Decoder.cpp | 931 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size)) in Z7_COM7F_IMF()
|
H A D | Rar5Decoder.cpp | 2004 Z7_COM7F_IMF(CDecoder::SetDecoderProperties2(const Byte *data, UInt32 size)) in Z7_COM7F_IMF()
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Rar/ |
H A D | RarHandler.cpp | 533 RINOK(m_RarAESSpec->SetDecoderProperties2(salt, kSaltSize)) in GetNextItem() 1591 …RINOK(rar3CryptoDecoderSpec->SetDecoderProperties2(item.Salt, item.HasSalt() ? sizeof(item.Salt) :… 1733 RINOK(compressSetDecoderProperties->SetDecoderProperties2(&isSolid, 1))
|
H A D | Rar5Handler.cpp | 1085 RINOK(csdp->SetDecoderProperties2(props, 2))
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Nsis/ |
H A D | NsisDecode.cpp | 93 RINOK(_lzmaDecoder->SetDecoderProperties2((const Byte *)props, kPropsSize)) in Init()
|
/aosp_15_r20/external/lzma/CPP/7zip/ |
H A D | ICoder.h | 185 x(SetDecoderProperties2(const Byte *data, UInt32 size))
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/Zip/ |
H A D | ZipHandler.cpp | 818 RINOK(Decoder->SetDecoderProperties2(buf + 4, LZMA_PROPS_SIZE)) 1231 RINOK(setDecoderProperties->SetDecoderProperties2(&properties, 1))
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/ |
H A D | LzmaHandler.cpp | 129 RINOK(_lzmaDecoder->SetDecoderProperties2(header.LzmaProps, 5)) in Code()
|
H A D | SwfHandler.cpp | 403 RINOK(_decoderLzmaSpec->SetDecoderProperties2(props, 5))
|
/aosp_15_r20/external/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zDecode.cpp | 412 HRESULT res = setDecoderProperties->SetDecoderProperties2((const Byte *)props, size32);
|
/aosp_15_r20/external/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 763 if (decoderSpec->SetDecoderProperties2(header, kPropertiesSize) != S_OK)
|
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/ |
H A D | Bench.cpp | 1598 RINOK(setDecProps->SetDecoderProperties2(
|