OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_currentIndex
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zFolderOutStream.cpp
32
_currentIndex
= 0;
39
Int32 askMode = ((*_extractStatuses)[
_currentIndex
]) ? (_testMode ?
44
UInt32 index = _startIndex +
_currentIndex
;
61
_currentIndex
++;
67
const CFileItem &fi = _db->Files[_startIndex +
_currentIndex
];
76
while (
_currentIndex
< _extractStatuses->Size() && _db->Files[_startIndex +
_currentIndex
].Size == 0)
111
if (
_currentIndex
== _extractStatuses->Size())
135
while (
_currentIndex
< _extractStatuses->Size())
7zFolderOutStream.h
27
int
_currentIndex
;
53
{ return (
_currentIndex
== _extractStatuses->Size()) ? S_OK: E_FAIL; }
7zUpdate.cpp
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())
[
all
...]
Completed in 34 milliseconds