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()51 if (updatePairs[pair.HostIndex].DirIndex >= 0) in UpdateProduce()
79 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,
595 CRecordVector<CUpdatePair> updatePairs; in Compress() local596 … GetUpdatePairInfoList(dirItems, arcItems, fileTimeType, updatePairs); // must be done only once!!! in Compress()598 UpdateProduce(updatePairs, actionSet, updatePairs2, NULL /* &upCallback */); in Compress()