OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArcIndex
(Results
1 - 7
of
7
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
UpdateProduce.h
16
int
ArcIndex
;
21
void SetAs_NoChangeArcItem(int
arcIndex
)
26
ArcIndex
=
arcIndex
;
30
bool ExistInArchive() const { return
ArcIndex
!= -1; }
38
ArcIndex
(-1),
46
virtual HRESULT ShowDeleteFile(unsigned
arcIndex
) = 0;
UpdatePair.h
14
int
ArcIndex
;
18
CUpdatePair():
ArcIndex
(-1), DirIndex(-1), HostIndex(-1) {}
UpdateProduce.cpp
23
up2.
ArcIndex
= pair.
ArcIndex
;
30
if (pair.
ArcIndex
>= 0 && callback)
31
callback->ShowDeleteFile(pair.
ArcIndex
);
62
up2.UseArcProps = (pair.
ArcIndex
>= 0);
UpdateCallback.cpp
127
*indexInArchive = (ArcItems == 0) ? up.
ArcIndex
: (*ArcItems)[up.
ArcIndex
].IndexInServer;
223
ArcItems ? (*ArcItems)[up.
ArcIndex
].IndexInServer : up.
ArcIndex
,
414
return Archive->GetProperty(ArcItems ? (*ArcItems)[up.
ArcIndex
].IndexInServer : up.
ArcIndex
, propID, value);
458
if (up.
ArcIndex
>= 0)
459
name = (*ArcItems)[up.
ArcIndex
].Name;
575
(*UpdatePairs)[index].
ArcIndex
< 0 ?
UpdateCallback.h
156
else if (up.
ArcIndex
>= 0)
157
return (*ArcItems)[up.
ArcIndex
].IsDir;
UpdatePair.cpp
128
unsigned
arcIndex
= 0;
133
while (dirIndex < numDirItems ||
arcIndex
< numArcItems)
151
if (
arcIndex
< numArcItems)
153
arcIndex2 = arcIndices[
arcIndex
];
180
pair.
ArcIndex
= arcIndex2;
181
arcIndex
++;
185
int dupl = duplicatedArcItem[
arcIndex
];
187
ThrowError(k_Duplicate_inArc_Message, ai->Name, arcItems[arcIndices[
arcIndex
+ dupl]].Name);
194
pair.
ArcIndex
= arcIndex2;
209
arcIndex
++;
[
all
...]
Update.cpp
431
virtual HRESULT ShowDeleteFile(unsigned
arcIndex
);
435
HRESULT CUpdateProduceCallbackImp::ShowDeleteFile(unsigned
arcIndex
)
437
const CArcItem &ai = (*_arcItems)[
arcIndex
];
697
else if (up.
ArcIndex
>= 0)
700
const CArcItem &ai = arcItems[up.
ArcIndex
];
926
else if (pair2.UseArcProps && pair2.
ArcIndex
>= 0)
927
ft2 = &arcItems[pair2.
ArcIndex
].MTime;
[
all
...]
Completed in 278 milliseconds