Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DProgressUtils.cpp17 _ratioProgress.Release(); in Init()
19 _progress.QueryInterface(IID_ICompressProgressInfo, &_ratioProgress); in Init()
33 if (SendRatio && _ratioProgress) in SetRatioInfo()
35 RINOK(_ratioProgress->SetRatioInfo(&inSize2, &outSize2)); in SetRatioInfo()
DProgressUtils.h16 CMyComPtr<ICompressProgressInfo> _ratioProgress; variable