Searched defs:curTestPos (Results 1 - 1 of 1) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp322 UInt64 curTestPos = _arhiveBeginStreamPosition; local
326 if (curTestPos - _arhiveBeginStreamPosition > *searchHeaderSizeLimit)
347 curTestPos += pos;
348 _arhiveBeginStreamPosition = curTestPos;
349 return stream->Seek(curTestPos + kHeaderSize, STREAM_SEEK_SET, NULL);
352 curTestPos += numTests;

Completed in 92 milliseconds