Lines Matching refs:_offsetPos
112 _offsetPos = 0;
324 /* SetSize(_offsetPos) is not required,
613 if (_offsetPos >= volSize)
615 _offsetPos -= volSize;
623 if (_offsetPos >= volSize)
625 const UInt64 v = _offsetPos / volSize;
630 _offsetPos -= (unsigned)v * volSize;
637 // (_offsetPos < volSize) here
657 if (_offsetPos != s.Pos)
659 RINOK(s.Stream->Seek((Int64)_offsetPos, STREAM_SEEK_SET, NULL))
660 s.Pos = _offsetPos;
665 const UInt64 rem = volSize - _offsetPos;
677 _offsetPos += realProcessed;
681 if (s.RealSize < _offsetPos)
682 s.RealSize = _offsetPos;
700 _offsetPos = 0;
729 _offsetPos = (UInt64)offset;