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

Lines Matching defs:_currentIndex

516   unsigned _currentIndex;

536 HRESULT CheckFinishedState() const { return (_currentIndex == _extractStatuses->Size()) ? S_OK: E_FAIL; }
549 _currentIndex = 0;
562 _crcStreamSpec->SetStream((*_extractStatuses)[_currentIndex] ? _outStream : NULL);
565 _rem = _db->Files[_startIndex + _currentIndex].Size;
572 _currentIndex++;
577 const CFileItem &file = _db->Files[_startIndex + _currentIndex];
584 while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size == 0)
619 if (_currentIndex == _extractStatuses->Size())