Home
last modified time | relevance | path

Searched refs:HashMode_Zero (Results 1 - 2 of 2) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.h135 CBoolPair HashMode_Zero; member
142 HashMode_Zero.Init(); in Init_HashOptionsLocal()
157 if (c == 'z') HashMode_Zero.SetVal_as_Defined(val); in ParseFlagCharOption()
H A DHashCalc.cpp358 hashFileString += (char)(options.HashMode_Zero.Val ? 0 : '\n'); in Add_LF()
381 const bool zeroMode = options.HashMode_Zero.Val; in WriteLine()
1823 if (!options.HashMode_Zero.Def && _is_ZeroMode) in UpdateItems()
1824 options.HashMode_Zero.Val = true; in UpdateItems()

Completed in 3 milliseconds