Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DUpdate.cpp586 CRecordVector<CUpdatePair2> updatePairs2; in Compress() local
643 updatePairs2.Add(up2); in Compress()
652 UpdateProduce(updatePairs, actionSet, updatePairs2, isUpdatingItself ? &upCallback : NULL); in Compress()
656 FOR_VECTOR (i, updatePairs2) in Compress()
658 const CUpdatePair2 &up = updatePairs2[i]; in Compress()
756 updateCallbackSpec->UpdatePairs = &updatePairs2; in Compress()
904 HRESULT result = outArchive->UpdateItems(tailStream, updatePairs2.Size(), updateCallback); in Compress()
920 FOR_VECTOR (i, updatePairs2) in Compress()
922 CUpdatePair2 &pair2 = updatePairs2[i]; in Compress()