Home | History | Annotate | Download | only in 7z

Lines Matching defs:_currentIndex

455   int _currentIndex;

475 HRESULT CheckFinishedState() const { return (_currentIndex == _extractStatuses->Size()) ? S_OK: E_FAIL; }
488 _currentIndex = 0;
501 _crcStreamSpec->SetStream((*_extractStatuses)[_currentIndex] ? _outStream : NULL);
504 _rem = _db->Files[_startIndex + _currentIndex].Size;
511 _currentIndex++;
516 const CFileItem &file = _db->Files[_startIndex + _currentIndex];
523 while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size == 0)
558 if (_currentIndex == _extractStatuses->Size())