Home
last modified time | relevance | path

Searched refs:updateItems (Results 1 – 3 of 3) sorted by relevance

/external/lzma/CPP/7zip/Archive/7z/
D7zUpdate.cpp543 const CObjectVector<CUpdateItem> &updateItems = *(const CObjectVector<CUpdateItem> *)param; in CompareEmptyItems() local
544 const CUpdateItem &u1 = updateItems[*p1]; in CompareEmptyItems()
545 const CUpdateItem &u2 = updateItems[*p2]; in CompareEmptyItems()
1552 const CObjectVector<CUpdateItem> &updateItems, in Update() argument
1620 for (i = 0; i < updateItems.Size(); i++) in Update()
1622 int index = updateItems[i].IndexInArchive; in Update()
1641 if (updateIndex >= 0 && !updateItems[updateIndex].NewData) in Update()
1685 FOR_VECTOR (i, updateItems) in Update()
1687 const CUpdateItem &ui = updateItems[i]; in Update()
1757 FOR_VECTOR (i, updateItems) in Update()
[all …]
D7zHandlerOut.cpp280 CObjectVector<CUpdateItem> updateItems; in UpdateItems() local
525 updateItems.Add(ui); in UpdateItems()
656 updateItems, in UpdateItems()
667 updateItems.ClearAndFree(); in UpdateItems()
D7zUpdate.h125 const CObjectVector<CUpdateItem> &updateItems,