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

Lines Matching refs:_startIndex

515   UInt32 _startIndex;

545 _startIndex = startIndex;
565 _rem = _db->Files[_startIndex + _currentIndex].Size;
577 const CFileItem &file = _db->Files[_startIndex + _currentIndex];
584 while (_currentIndex < _extractStatuses->Size() && _db->Files[_startIndex + _currentIndex].Size == 0)