Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Compress/
DCodecExports.cpp284 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value) in GetHasherProp() function
317 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
336 STDMETHODIMP CHashers::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp() function in CHashers
338 return ::GetHasherProp(index, propID, value); in GetHasherProp()
/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.cpp808 STDAPI GetHasherProp(UInt32 codecIndex, PROPID propID, PROPVARIANT *value);
911 STDMETHODIMP CCodecs::GetHasherProp(UInt32 index, PROPID propID, PROPVARIANT *value) in GetHasherProp() function in CCodecs
915 return ::GetHasherProp(index, propID, value); in GetHasherProp()
920 return Libs[ci.LibIndex].ComHashers->GetHasherProp(ci.HasherIndex, propID, value); in GetHasherProp()
1048 if (GetHasherProp(index, NMethodPropID::kID, &prop) != S_OK) in GetHasherId()
1059 if (GetHasherProp(index, NMethodPropID::kName, &prop) == S_OK) in GetHasherName()
1068 RINOK(GetHasherProp(index, NMethodPropID::kDigestSize, &prop)); in GetHasherDigestSize()
DLoadCodecs.h331 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value);
/external/lzma/CPP/7zip/Common/
DCreateCoder.cpp127 RINOK(GetHashers->GetHasherProp(i, NMethodPropID::kID, &prop)); in Load()
135 RINOK(GetHashers->GetHasherProp(i, NMethodPropID::kName, &prop)); in Load()
/external/lzma/CPP/7zip/
DICoder.h383 STDMETHOD(GetHasherProp)(UInt32 index, PROPID propID, PROPVARIANT *value) PURE;