Searched refs:_offsetPos (Results 1 – 1 of 1) sorted by relevance
74 UInt64 _offsetPos; // offset from start of _streamIndex index member in COutMultiVolStream96 _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()[all …]