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

/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp52 UInt64 _offsetPos; // offset from start of _streamIndex index member in class:COutMultiVolStream
74 _offsetPos = 0;
144 if (_offsetPos >= volSize)
146 _offsetPos -= volSize;
150 if (_offsetPos != subStream.Pos)
154 RINOK(subStream.Stream->Seek(_offsetPos, STREAM_SEEK_SET, NULL));
155 subStream.Pos = _offsetPos;
164 _offsetPos += realProcessed;
168 if (_offsetPos > subStream.RealSize)
169 subStream.RealSize = _offsetPos;
[all...]

Completed in 241 milliseconds