Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/Common/
H A DHashCalc.cpp948 static bool GetLine(CByteBuffer &buf, bool zeroMode, bool cr_lf_Mode, size_t &posCur, AString &s) in GetLine() argument
951 size_t pos = posCur; in GetLine()
986 s.SetFrom((const char *)(p + posCur), (unsigned)(pos - posCur)); in GetLine()
987 posCur = pos + numDigits; in GetLine()

Completed in 3 milliseconds