OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:updatePairs
(Results
1 - 5
of
5
) sorted by null
/external/lzma/CPP/7zip/UI/Common/
UpdatePair.h
25
CRecordVector<CUpdatePair> &
updatePairs
);
UpdateProduce.cpp
12
const CRecordVector<CUpdatePair> &
updatePairs
,
17
FOR_VECTOR (i,
updatePairs
)
19
const CUpdatePair &pair =
updatePairs
[i];
51
if (
updatePairs
[pair.HostIndex].DirIndex >= 0)
UpdateProduce.h
50
const CRecordVector<CUpdatePair> &
updatePairs
,
UpdatePair.cpp
79
CRecordVector<CUpdatePair> &
updatePairs
)
225
prevHostFile =
updatePairs
.Size();
229
updatePairs
.Add(pair);
232
updatePairs
.ReserveDown();
Update.cpp
595
CRecordVector<CUpdatePair>
updatePairs
;
596
GetUpdatePairInfoList(dirItems, arcItems, fileTimeType,
updatePairs
); // must be done only once!!!
598
UpdateProduce(
updatePairs
, actionSet, updatePairs2, NULL /* &upCallback */);
631
updateCallbackSpec->
UpdatePairs
= &updatePairs2;
[
all
...]
Completed in 43 milliseconds