OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ArcItems
(Results
1 - 3
of
3
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
UpdateCallback.cpp
37
ArcItems
(0),
107
*indexInArchive = (
ArcItems
== 0) ? up.ArcIndex : (*
ArcItems
)[up.ArcIndex].IndexInServer;
203
ArcItems
? (*
ArcItems
)[up.ArcIndex].IndexInServer : up.ArcIndex,
391
return Archive->GetProperty(
ArcItems
? (*
ArcItems
)[up.ArcIndex].IndexInServer : up.ArcIndex, propID, value);
434
name = (*
ArcItems
)[up.ArcIndex].Name;
UpdateCallback.h
96
const CObjectVector<CArcItem> *
ArcItems
;
117
return (*
ArcItems
)[up.ArcIndex].IsDir;
Update.cpp
478
const CObjectVector<CArcItem> &
arcItems
,
545
FOR_VECTOR (i,
arcItems
)
547
const CArcItem &ai =
arcItems
[i];
596
GetUpdatePairInfoList(dirItems,
arcItems
, fileTimeType, updatePairs); // must be done only once!!!
597
// CUpdateProduceCallbackImp upCallback(&
arcItems
, callback);
630
updateCallbackSpec->
ArcItems
= &
arcItems
;
797
ft2 = &
arcItems
[pair2.ArcIndex].MTime;
824
CObjectVector<CArcItem> &
arcItems
)
826
arcItems
.Clear();
[
all
...]
Completed in 58 milliseconds