Searched refs:completeValue (Results 1 – 11 of 11) sorted by relevance
144 HRESULT CUpdateCallbackConsole::SetCompleted(const UInt64 *completeValue) in SetCompleted() argument147 if (completeValue != NULL) in SetCompleted()151 m_PercentPrinter.SetRatio(*completeValue); in SetCompleted()
56 HRESULT CHashCallbackConsole::SetCompleted(const UInt64 *completeValue) in SetCompleted() argument58 if (completeValue && EnablePercents) in SetCompleted()60 m_PercentPrinter.SetRatio(*completeValue); in SetCompleted()
33 STDMETHOD(SetCompleted)(const UInt64 *completeValue);
69 STDMETHODIMP CExtractCallbackImp::SetCompleted(const UInt64 *completeValue) in SetCompleted() argument73 if (completeValue != NULL) in SetCompleted()74 ProgressDialog.Sync.SetPos(*completeValue); in SetCompleted()
268 UInt64 completeValue = 0; in HashCalc() local312 RINOK(callback->SetCompleted(&completeValue)); in HashCalc()319 completeValue += size; in HashCalc()324 RINOK(callback->SetCompleted(&completeValue)); in HashCalc()
16 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
74 virtual HRESULT SetCompleted(const UInt64 *completeValue) x; \
262 STDMETHODIMP CArchiveExtractCallback::SetCompleted(const UInt64 *completeValue) in SetCompleted() argument270 if (completeValue != NULL) in SetCompleted()272 … UInt64 packCur = LocalProgressSpec->InSize + MyMultDiv64(*completeValue, _unpTotal, _packTotal); in SetCompleted()276 return _extractCallback2->SetCompleted(completeValue); in SetCompleted()
61 STDMETHODIMP CArchiveUpdateCallback::SetCompleted(const UInt64 *completeValue) in SetCompleted() argument64 return Callback->SetCompleted(completeValue); in SetCompleted()
13 STDMETHOD(SetCompleted)(const UInt64 *completeValue) x; \
197 STDMETHOD(SetCompleted)(const UInt64 *completeValue);491 STDMETHOD(SetCompleted)(const UInt64 *completeValue);