Searched refs:arcItems (Results 1 – 3 of 3) sorted by relevance
64 const CObjectVector<CArcItem> &arcItems, in GetUpdatePairInfoList() argument71 int numArcItems = arcItems.Size(); in GetUpdatePairInfoList()78 arcNames.Add(arcItems[i].Name); in GetUpdatePairInfoList()99 const CArcItem &ai = arcItems[arcIndex2]; in GetUpdatePairInfoList()150 pair.State = arcItems[arcIndex2].Censored ? in GetUpdatePairInfoList()
307 const CObjectVector<CArcItem> &arcItems, in Compress() argument365 … GetUpdatePairInfoList(dirItems, arcItems, fileTimeType, updatePairs); // must be done only once!!! in Compress()385 updateCallbackSpec->ArcItems = &arcItems; in Compress()515 CObjectVector<CArcItem> &arcItems) in EnumerateInArchiveItems() argument517 arcItems.Clear(); in EnumerateInArchiveItems()521 arcItems.Reserve(numItems); in EnumerateInArchiveItems()558 arcItems.Add(ai); in EnumerateInArchiveItems()568 const CObjectVector<CArcItem> &arcItems, in UpdateWithItemLists() argument592 arcItems, in UpdateWithItemLists()819 CObjectVector<CArcItem> arcItems; in UpdateArchive() local[all …]
21 const CObjectVector<CArcItem> &arcItems,