Lines Matching refs:_offsetPos
74 UInt64 _offsetPos; // offset from start of _streamIndex index member in COutMultiVolStream
96 _offsetPos = 0; in Init()
180 if (_offsetPos >= volSize) in Write()
182 _offsetPos -= volSize; in Write()
186 if (_offsetPos != altStream.Pos) in Write()
190 RINOK(altStream.Stream->Seek(_offsetPos, STREAM_SEEK_SET, NULL)); in Write()
191 altStream.Pos = _offsetPos; in Write()
200 _offsetPos += realProcessed; in Write()
204 if (_offsetPos > altStream.RealSize) in Write()
205 altStream.RealSize = _offsetPos; in Write()
211 _offsetPos = 0; in Write()
230 _offsetPos = _absPos; in Seek()
262 _offsetPos = _absPos; in SetSize()