Home
last modified time | relevance | path

Searched refs:updatePairs (Results 1 – 5 of 5) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
DUpdateProduce.cpp12 const CRecordVector<CUpdatePair> &updatePairs, in UpdateProduce() argument
17 FOR_VECTOR (i, updatePairs) in UpdateProduce()
19 const CUpdatePair &pair = updatePairs[i]; in UpdateProduce()
46 if (updatePairs[(unsigned)pair.HostIndex].DirIndex >= 0) in UpdateProduce()
DUpdatePair.cpp141 CRecordVector<CUpdatePair> &updatePairs) in GetUpdatePairInfoList() argument
294 prevHostFile = (int)updatePairs.Size(); in GetUpdatePairInfoList()
298 updatePairs.Add(pair); in GetUpdatePairInfoList()
301 updatePairs.ReserveDown(); in GetUpdatePairInfoList()
DUpdatePair.h25 CRecordVector<CUpdatePair> &updatePairs);
DUpdateProduce.h52 const CRecordVector<CUpdatePair> &updatePairs,
DUpdate.cpp687 CRecordVector<CUpdatePair> updatePairs; in Compress() local
688 … GetUpdatePairInfoList(dirItems, arcItems, fileTimeType, updatePairs); // must be done only once!!! in Compress()
691 UpdateProduce(updatePairs, actionSet, updatePairs2, isUpdatingItself ? &upCallback : NULL); in Compress()