Home
last modified time | relevance | path

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

/external/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[pair.HostIndex].DirIndex >= 0) in UpdateProduce()
DUpdatePair.cpp78 CRecordVector<CUpdatePair> &updatePairs) in GetUpdatePairInfoList() argument
225 prevHostFile = updatePairs.Size(); in GetUpdatePairInfoList()
229 updatePairs.Add(pair); in GetUpdatePairInfoList()
232 updatePairs.ReserveDown(); in GetUpdatePairInfoList()
DUpdatePair.h25 CRecordVector<CUpdatePair> &updatePairs);
DUpdateProduce.h50 const CRecordVector<CUpdatePair> &updatePairs,
DUpdate.cpp648 CRecordVector<CUpdatePair> updatePairs; in Compress() local
649 … GetUpdatePairInfoList(dirItems, arcItems, fileTimeType, updatePairs); // must be done only once!!! in Compress()
652 UpdateProduce(updatePairs, actionSet, updatePairs2, isUpdatingItself ? &upCallback : NULL); in Compress()