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/
UpdatePair.h
23
const CObjectVector<CArcItem> &
arcItems
,
UpdatePair.cpp
68
const CObjectVector<CArcItem> &
arcItems
= *(const CObjectVector<CArcItem> *)param;
69
int res = CompareArcItemsBase(
arcItems
[i1],
arcItems
[i2]);
77
const CObjectVector<CArcItem> &
arcItems
,
84
unsigned numArcItems =
arcItems
.Size();
100
arcIndices.Sort(CompareArcItems, (void *)&
arcItems
);
103
arcItems
[arcIndices[i]],
104
arcItems
[arcIndices[i + 1]]) == 0)
154
ai = &
arcItems
[arcIndex2];
187
ThrowError(k_Duplicate_inArc_Message, ai->Name,
arcItems
[arcIndices[arcIndex + dupl]].Name);
[
all
...]
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 49 milliseconds