Home
last modified time | relevance | path

Searched refs:GetHasherProp (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp222 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetHasherProp() function
256 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
275 STDMETHODIMP CHashers::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp() function in CHashers
277 return ::GetHasherProp(index, propID, value); in GetHasherProp()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp687 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
775 STDMETHODIMP CCodecs::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp() function in CCodecs
779 return ::GetHasherProp(index, propID, value); in GetHasherProp()
784 return Libs[ci.LibIndex].Hashers->GetHasherProp(ci.HasherIndex, propID, value); in GetHasherProp()
875 RINOK(GetHasherProp(index, NMethodPropID::kID, &prop)); in GetHasherId()
885 if (GetHasherProp(index, NMethodPropID::kName, &prop) == S_OK) in GetHasherName()
894 RINOK(GetHasherProp(index, NMethodPropID::kDigestSize, &prop)); in GetHasherDigestSize()
DLoadCodecs.h228 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp98 RINOK(GetHashers->GetHasherProp(i, NMethodPropID::kID, &prop)); in LoadCodecs()
104 RINOK(GetHashers->GetHasherProp(i, NMethodPropID::kName, &prop)); in LoadCodecs()
/external/lzma/CPP/7zip/
DICoder.h200 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;