Home
last modified time | relevance | path

Searched refs:g_Hashers (Results 1 - 3 of 3) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DCreateCoder.cpp43 const CHasherInfo *g_Hashers[];
44 const CHasherInfo *g_Hashers[kNumHashersMax]; variable
49 g_Hashers[g_NumHashers++] = hashInfo; in RegisterHasher()
282 const CHasherInfo &codec = *g_Hashers[i]; in FindHashMethod()
317 methods[i] = (*g_Hashers[i]).Id; in GetHashMethods()
521 const CHasherInfo &codec = *g_Hashers[i]; in CreateHasher()
/third_party/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp22 extern const CHasherInfo *g_Hashers[];
278 if (id == g_Hashers[i]->Id) in FindHasherClassId()
286 *hasher = g_Hashers[index]->CreateHasher(); in CreateHasher2()
309 const CHasherInfo &codec = *g_Hashers[codecIndex]; in GetHasherProp()
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp101 extern const CHasherInfo *g_Hashers[];
1183 const CHasherInfo &codec = *g_Hashers[i];

Completed in 3 milliseconds