HomeSort by relevance Sort by last modified time
    Searched full:_offsetpos (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.cpp 136 if (_offsetPos >= subStream.Size)
138 _offsetPos -= subStream.Size;
142 if (_offsetPos != subStream.Pos)
146 RINOK(outStream->Seek(_offsetPos, STREAM_SEEK_SET, NULL));
147 subStream.Pos = _offsetPos;
156 _offsetPos += realProcessed;
165 _offsetPos = 0;
185 _offsetPos = _absPos;
MultiStream.h 61 UInt64 _offsetPos; // offset from start of _streamIndex index
77 _offsetPos = 0;
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 74 UInt64 _offsetPos; // offset from start of _streamIndex index
96 _offsetPos = 0;
180 if (_offsetPos >= volSize)
182 _offsetPos -= volSize;
186 if (_offsetPos != altStream.Pos)
190 RINOK(altStream.Stream->Seek(_offsetPos, STREAM_SEEK_SET, NULL));
191 altStream.Pos = _offsetPos;
200 _offsetPos += realProcessed;
204 if (_offsetPos > altStream.RealSize)
205 altStream.RealSize = _offsetPos;
    [all...]

Completed in 625 milliseconds