Lines Matching refs:Hashers
229 RINOK(getHashers(&lib.Hashers)); in LoadCodecs()
230 if (lib.Hashers) in LoadCodecs()
232 UInt32 numMethods = lib.Hashers->GetNumHashers(); in LoadCodecs()
238 Hashers.Add(info); in LoadCodecs()
512 unsigned startSize = Codecs.Size() + Hashers.Size(); in LoadDll()
514 used = (startSize != Codecs.Size() + Hashers.Size()); in LoadDll()
554 Hashers.Clear(); in Load()
770 + Hashers.Size() in STDMETHODIMP_()
783 const CDllHasherInfo &ci = Hashers[index - NUM_EXPORT_HASHERS]; in GetHasherProp()
784 return Libs[ci.LibIndex].Hashers->GetHasherProp(ci.HasherIndex, propID, value); in GetHasherProp()
797 const CDllHasherInfo &ci = Hashers[index - NUM_EXPORT_HASHERS]; in CreateHasher()
798 return Libs[ci.LibIndex].Hashers->CreateHasher(ci.HasherIndex, hasher); in CreateHasher()
825 const CDllHasherInfo &ci = Hashers[index - NUM_EXPORT_HASHERS]; in GetHasherLibIndex()