Searched refs:completeValue (Results 1 – 10 of 10) sorted by relevance
74 Z7_COM7F_IMF(CExtractCallbackImp::SetCompleted(const UInt64 *completeValue)) in Z7_COM7F_IMF() argument78 if (completeValue != NULL) in Z7_COM7F_IMF()79 ProgressDialog.Sync.SetPos(*completeValue); in Z7_COM7F_IMF()
89 HRESULT CHashCallbackConsole::SetCompleted(const UInt64 *completeValue) in SetCompleted() argument91 if (completeValue && NeedPercents()) in SetCompleted()93 _percent.Completed = *completeValue; in SetCompleted()
479 HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) in SetCompleted() argument482 if (completeValue) in SetCompleted()486 _percent.Completed = *completeValue; in SetCompleted()
250 Z7_COM7F_IMF(CExtractCallbackConsole::SetCompleted(const UInt64 *completeValue)) in Z7_COM7F_IMF() argument256 if (completeValue) in Z7_COM7F_IMF()257 _percent.Completed = *completeValue; in Z7_COM7F_IMF()
14 x(SetCompleted(const UInt64 *completeValue)) \
36 virtual HRESULT SetCompleted(const UInt64 *completeValue) x \
417 Z7_COM7F_IMF(CArchiveExtractCallback::SetCompleted(const UInt64 *completeValue)) in Z7_COM7F_IMF() argument428 if (completeValue && _progressTotal_Defined) in Z7_COM7F_IMF()429 packCur += MyMultDiv64(*completeValue, _progressTotal, _packTotal); in Z7_COM7F_IMF()430 completeValue = &packCur; in Z7_COM7F_IMF()432 return _extractCallback2->SetCompleted(completeValue); in Z7_COM7F_IMF()
516 UInt64 completeValue = 0; in HashCalc() local600 RINOK(callback->SetCompleted(&completeValue)) in HashCalc()608 completeValue += size; in HashCalc()630 RINOK(callback->SetCompleted(&completeValue)) in HashCalc()
120 virtual HRESULT SetCompleted(const UInt64 *completeValue) x \
115 Z7_COM7F_IMF(CArchiveUpdateCallback::SetCompleted(const UInt64 *completeValue)) in Z7_COM7F_IMF() argument118 return Callback->SetCompleted(completeValue); in Z7_COM7F_IMF()