Home
last modified time | relevance | path

Searched refs:Hashers (Results 1 - 7 of 7) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Console/
H A DHashCon.cpp194 FOR_VECTOR (i, hb.Hashers) in BeforeFirstFile()
197 const CHasherState &h = hb.Hashers[i]; in BeforeFirstFile()
218 PrintSeparatorLine(hb.Hashers); in BeforeFirstFile()
320 PrintResultLine(fileSize, hb.Hashers, k_HashCalc_Index_Current, showHash, s); in SetOperationResult()
323 PrintResultLine(fileSize, hb.Hashers, k_HashCalc_Index_Current, showHash); in SetOperationResult()
373 FOR_VECTOR (i, hb.Hashers) in PrintHashStat()
375 const CHasherState &h = hb.Hashers[i]; in PrintHashStat()
400 PrintSeparatorLine(hb.Hashers); in AfterLastFile()
402 PrintResultLine(hb.FilesSize, hb.Hashers, k_HashCalc_Index_DataSum, true, AString()); in AfterLastFile()
/third_party/lzma/CPP/7zip/Common/
H A DCreateCoder.cpp84 Hashers.Clear(); in Load()
150 Hashers.Add(info); in Load()
295 for (i = 0; i < _externalCodecs->Hashers.Size(); i++) in FindHashMethod()
297 const CHasherInfoEx &codec = _externalCodecs->Hashers[i]; in FindHashMethod()
324 for (i = 0; i < _externalCodecs->Hashers.Size(); i++) in GetHashMethods()
325 methods.Add(_externalCodecs->Hashers[i].Id); in GetHashMethods()
535 for (i = 0; i < _externalCodecs->Hashers.Size(); i++) in CreateHasher()
537 const CHasherInfoEx &codec = _externalCodecs->Hashers[i]; in CreateHasher()
H A DCreateCoder.h67 CObjectVector<CHasherInfoEx> Hashers; member
75 Hashers.Clear(); in ClearAndRelease()
/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp108 CHasherState &h = Hashers.AddNew(); in SetMethods()
122 FOR_VECTOR (i, Hashers) in InitForNewFile()
124 CHasherState &h = Hashers[i]; in InitForNewFile()
133 FOR_VECTOR (i, Hashers) in Update()
134 Hashers[i].Hasher->Update(data, size); in Update()
205 FOR_VECTOR (i, Hashers) in Final()
207 CHasherState &h = Hashers[i]; in Final()
442 if (!hb.Hashers.IsEmpty()) in WriteLine()
443 methodName = hb.Hashers[0].Name; in WriteLine()
446 AddHashResultLine(hashesString, hb.Hashers); in WriteLine()
[all...]
H A DLoadCodecs.cpp313 Hashers.Add(info); in LoadCodecs()
664 unsigned startSize = Codecs.Size() + Hashers.Size(); in LoadDll()
666 if (startSize != Codecs.Size() + Hashers.Size()) in LoadDll()
784 Hashers.Clear(); in Load()
1066 + Hashers.Size() in Z7_COM7F_IMF2()
1079 const CDllHasherInfo &ci = Hashers[index - NUM_EXPORT_HASHERS]; in GetHasherProp()
1093 const CDllHasherInfo &ci = Hashers[index - NUM_EXPORT_HASHERS]; in CreateHasher()
1123 const CDllHasherInfo &ci = Hashers[index - NUM_EXPORT_HASHERS]; in GetHasherLibIndex()
H A DHashCalc.h83 CObjectVector<CHasherState> Hashers; member
H A DLoadCodecs.h11 3) Hashers - external hashers
34 - IHashers : for Hashers
361 CRecordVector<CDllHasherInfo> Hashers; member in Z7_final

Completed in 13 milliseconds