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[(unsigned)pair.HostIndex].DirIndex >= 0) in UpdateProduce()
141 CRecordVector<CUpdatePair> &updatePairs) in GetUpdatePairInfoList() argument294 prevHostFile = (int)updatePairs.Size(); in GetUpdatePairInfoList()298 updatePairs.Add(pair); in GetUpdatePairInfoList()301 updatePairs.ReserveDown(); in GetUpdatePairInfoList()
25 CRecordVector<CUpdatePair> &updatePairs);
52 const CRecordVector<CUpdatePair> &updatePairs,
687 CRecordVector<CUpdatePair> updatePairs; in Compress() local688 … GetUpdatePairInfoList(dirItems, arcItems, fileTimeType, updatePairs); // must be done only once!!! in Compress()691 UpdateProduce(updatePairs, actionSet, updatePairs2, isUpdatingItself ? &upCallback : NULL); in Compress()