Lines Matching refs:_offsetPos
52 UInt64 _offsetPos; // offset from start of _streamIndex index member in COutMultiVolStream
74 _offsetPos = 0; in Init()
144 if (_offsetPos >= volSize) in Write()
146 _offsetPos -= volSize; in Write()
150 if (_offsetPos != subStream.Pos) in Write()
154 RINOK(subStream.Stream->Seek(_offsetPos, STREAM_SEEK_SET, NULL)); in Write()
155 subStream.Pos = _offsetPos; in Write()
164 _offsetPos += realProcessed; in Write()
168 if (_offsetPos > subStream.RealSize) in Write()
169 subStream.RealSize = _offsetPos; in Write()
175 _offsetPos = 0; in Write()
200 _offsetPos = _absPos; in Seek()
232 _offsetPos = _absPos; in SetSize()