Lines Matching refs:_offsetPos
90 UInt64 _offsetPos; // offset from start of _streamIndex index member in COutMultiVolStream
112 _offsetPos = 0; in Init()
197 if (_offsetPos >= volSize) in Write()
199 _offsetPos -= volSize; in Write()
203 if (_offsetPos != altStream.Pos) in Write()
207 RINOK(altStream.Stream->Seek(_offsetPos, STREAM_SEEK_SET, NULL)); in Write()
208 altStream.Pos = _offsetPos; in Write()
217 _offsetPos += realProcessed; in Write()
221 if (_offsetPos > altStream.RealSize) in Write()
222 altStream.RealSize = _offsetPos; in Write()
228 _offsetPos = 0; in Write()
247 _offsetPos = _absPos; in Seek()
277 _offsetPos = _absPos; in SetSize()