OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_extractStatuses
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.h
23
const CBoolVector *
_extractStatuses
;
53
{ return (_currentIndex ==
_extractStatuses
->Size()) ? S_OK: E_FAIL; }
7zFolderOutStream.cpp
27
_extractStatuses
= extractStatuses;
39
Int32 askMode = ((*
_extractStatuses
)[_currentIndex]) ? (_testMode ?
76
while (_currentIndex <
_extractStatuses
->Size() && _db->Files[_startIndex + _currentIndex].Size == 0)
111
if (_currentIndex ==
_extractStatuses
->Size())
127
if ((int)subStream >=
_extractStatuses
->Size())
135
while (_currentIndex <
_extractStatuses
->Size())
7zUpdate.cpp
513
const CBoolVector *
_extractStatuses
;
536
HRESULT CheckFinishedState() const { return (_currentIndex ==
_extractStatuses
->Size()) ? S_OK: E_FAIL; }
546
_extractStatuses
= extractStatuses;
562
_crcStreamSpec->SetStream((*
_extractStatuses
)[_currentIndex] ? _outStream : NULL);
584
while (_currentIndex <
_extractStatuses
->Size() && _db->Files[_startIndex + _currentIndex].Size == 0)
619
if (_currentIndex ==
_extractStatuses
->Size())
[
all
...]
Completed in 260 milliseconds