Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DProgressUtils.cpp15 _ratioProgress.Release(); in Init()
17 _progress.QueryInterface(IID_ICompressProgressInfo, &_ratioProgress); in Init()
28 if (SendRatio && _ratioProgress) in SetRatioInfo()
30 RINOK(_ratioProgress->SetRatioInfo(&inSizeNew, &outSizeNew)); in SetRatioInfo()
DProgressUtils.h16 CMyComPtr<ICompressProgressInfo> _ratioProgress; variable