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

/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp361 CRecordVector<CUpdatePair2> updatePairs2; local
367 UpdateProduce(updatePairs, actionSet, updatePairs2, NULL /* &upCallback */);
371 for (int i = 0; i < updatePairs2.Size(); i++)
372 if (updatePairs2[i].NewData)
386 updateCallbackSpec->UpdatePairs = &updatePairs2;
503 HRESULT result = outArchive->UpdateItems(outStream, updatePairs2.Size(), updateCallback);

Completed in 161 milliseconds