OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArcIndex
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
UpdateProduce.h
15
int
ArcIndex
;
19
bool ExistInArchive() const { return
ArcIndex
!= -1; }
21
CUpdatePair2(): IsAnti(false), DirIndex(-1),
ArcIndex
(-1), NewNameIndex(-1) {}
26
virtual HRESULT ShowDeleteFile(int
arcIndex
) = 0;
UpdatePair.h
14
int
ArcIndex
;
16
CUpdatePair():
ArcIndex
(-1), DirIndex(-1) {}
UpdateProduce.cpp
24
up2.
ArcIndex
= pair.
ArcIndex
;
32
IgnoreArchiveItem(m_ArchiveItems[pair.
ArcIndex
]);
36
callback->ShowDeleteFile(pair.
ArcIndex
);
UpdateCallback.cpp
82
*indexInArchive = (ArcItems == 0) ? up.
ArcIndex
: (*ArcItems)[up.
ArcIndex
].IndexInServer;
147
indexInArchive = up.
ArcIndex
;
149
indexInArchive = (*ArcItems)[up.
ArcIndex
].IndexInServer;
170
return Callback->GetStream((*ArcItems)[up.
ArcIndex
].Name, true);
UpdatePair.cpp
92
int dirIndex = 0,
arcIndex
= 0;
93
while (dirIndex < numDirItems &&
arcIndex
< numArcItems)
97
int arcIndex2 = arcIndices[
arcIndex
];
112
pair.
ArcIndex
= arcIndex2;
113
arcIndex
++;
120
pair.
ArcIndex
= arcIndex2;
133
arcIndex
++;
146
for (;
arcIndex
< numArcItems;
arcIndex
++)
149
int arcIndex2 = arcIndices[
arcIndex
];
[
all
...]
Completed in 28 milliseconds