Home
last modified time | relevance | path

Searched refs:CHasherInfo (Results 1 - 4 of 4) sorted by relevance

/third_party/lzma/CPP/7zip/Common/
H A DRegisterCodec.h87 struct CHasherInfo struct
95 void RegisterHasher(const CHasherInfo *hasher) throw();
102 static const CHasherInfo g_HasherInfo = { CreateHasherSpec, id, name, size }; \
H A DCreateCoder.cpp43 const CHasherInfo *g_Hashers[];
44 const CHasherInfo *g_Hashers[kNumHashersMax];
46 void RegisterHasher(const CHasherInfo *hashInfo) throw() in RegisterHasher()
282 const CHasherInfo &codec = *g_Hashers[i]; in FindHashMethod()
521 const CHasherInfo &codec = *g_Hashers[i]; in CreateHasher()
/third_party/lzma/CPP/7zip/Compress/
H A DCodecExports.cpp22 extern const CHasherInfo *g_Hashers[];
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 4 milliseconds