Searched refs:updatePairs (Results 1 – 5 of 5) sorted by relevance
12 const CRecordVector<CUpdatePair> &updatePairs, in UpdateProduce() argument17 FOR_VECTOR (i, updatePairs) in UpdateProduce()19 const CUpdatePair &pair = updatePairs[i]; in UpdateProduce()46 if (updatePairs[pair.HostIndex].DirIndex >= 0) in UpdateProduce()
78 CRecordVector<CUpdatePair> &updatePairs) in GetUpdatePairInfoList() argument225 prevHostFile = updatePairs.Size(); in GetUpdatePairInfoList()229 updatePairs.Add(pair); in GetUpdatePairInfoList()232 updatePairs.ReserveDown(); in GetUpdatePairInfoList()
25 CRecordVector<CUpdatePair> &updatePairs);
50 const CRecordVector<CUpdatePair> &updatePairs,
648 CRecordVector<CUpdatePair> updatePairs; in Compress() local649 … GetUpdatePairInfoList(dirItems, arcItems, fileTimeType, updatePairs); // must be done only once!!! in Compress()652 UpdateProduce(updatePairs, actionSet, updatePairs2, isUpdatingItself ? &upCallback : NULL); in Compress()