HomeSort by relevance Sort by last modified time
    Searched defs:_streamIndex (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Archive/Common/
MultiStream.h 17 unsigned _streamIndex;
45 _streamIndex = 0;
60 unsigned _streamIndex; // required stream
61 UInt64 _offsetPos; // offset from start of _streamIndex index
76 _streamIndex = 0;
  /external/lzma/CPP/7zip/UI/Common/
Update.cpp 73 unsigned _streamIndex; // required stream
74 UInt64 _offsetPos; // offset from start of _streamIndex index
95 _streamIndex = 0;
148 if (_streamIndex >= Streams.Size())
153 ConvertUInt32ToString(_streamIndex + 1, temp);
173 CAltStreamInfo &altStream = Streams[_streamIndex];
175 unsigned index = _streamIndex;
183 _streamIndex++;
210 _streamIndex++;
233 _streamIndex = 0;
    [all...]

Completed in 72 milliseconds