Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/Common/
H A DProgressUtils.cpp23 Z7_COM7F_IMF(CLocalProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)) in SetRatioInfo() function
35 RINOK(_ratioProgress->SetRatioInfo(&inSize2, &outSize2)) in SetRatioInfo()
50 return SetRatioInfo(NULL, NULL); in SetCur()
H A DCWrappers.cpp63 p->Res = p->Progress->SetRatioInfo(CONVERT_PR_VAL(inSize), CONVERT_PR_VAL(outSize)); in CompressProgress()
H A DFilterCoder.cpp272 RINOK(progress->SetRatioInfo(&nowPos64, &nowPos64)) in Code()
/third_party/lzma/CPP/7zip/Compress/
H A DCopyCoder.cpp105 RINOK(progress->SetRatioInfo(&TotalSize, &TotalSize)) in Code()
H A DPpmdDecoder.cpp157 RINOK(progress->SetRatioInfo(&inProcessed, &_processedSize)) in Code()
H A DPpmdEncoder.cpp188 RINOK(progress->SetRatioInfo(&processed, &outSize)) in Code()
H A DBcj2Coder.cpp391 RINOK(progress->SetRatioInfo(&inPos_without_Temp, &outSize2)) in CodeReal()
603 RINOK(progress->SetRatioInfo(&inSize, &prevProgress)) in Code()
H A DLzmaDecoder.cpp212 RINOK(progress->SetRatioInfo(&inSize, &_outProcessed)) in CodeSpec()
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h37 virtual HRESULT SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize) x \
H A DUpdateCallback.cpp122 Z7_COM7F_IMF(CArchiveUpdateCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)) in SetRatioInfo() function
125 return Callback->SetRatioInfo(inSize, outSize); in SetRatioInfo()
H A DHashCalc.cpp1601 RINOK(progress->SetRatioInfo(NULL, &fileSize)) in Extract()
1908 RINOK(progress->SetRatioInfo(&fileSize, NULL)) in UpdateItems()
H A DArchiveExtractCallback.cpp438 Z7_COM7F_IMF(CArchiveExtractCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)) in SetRatioInfo() function
441 return _localProgress->SetRatioInfo(inSize, outSize); in SetRatioInfo()
H A DOpenArchive.cpp1554 Z7_COM7F_IMF(CExtractCallback_To_OpenCallback::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize */))
H A DBench.cpp593 Z7_COM7F_IMF(CBenchProgressInfo::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize))
/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp24 Z7_COM7F_IMF(CDecProgress::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 *outSize)) in SetRatioInfo() function
26 return _progress->SetRatioInfo(NULL, outSize); in SetRatioInfo()
H A D7zEncode.cpp109 Z7_COM7F_IMF(CMtEncMultiProgress::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize */)) in SetRatioInfo() function
120 return _progress->SetRatioInfo(inSize, &outSize2); in SetRatioInfo()
/third_party/lzma/CPP/7zip/
H A DICoder.h15 x(SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize))
18 SetRatioInfo()
/third_party/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp493 HRESULT CUpdateCallbackConsole::SetRatioInfo(const UInt64 * /* inSize */, const UInt64 * /* outSize */) in SetRatioInfo() function in CUpdateCallbackConsole
/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp433 Z7_COM7F_IMF(CCompressProgressInfoImp::SetRatioInfo(const UInt64 *inSize, const UInt64 * /* outSize */))
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/
H A DLzmaAlone.cpp249 Z7_COM7F_IMF(CProgressPrint::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize))
/third_party/lzma/CPP/7zip/UI/FileManager/
H A DExtractCallback.cpp170 Z7_COM7F_IMF(CExtractCallbackImp::SetRatioInfo(const UInt64 *inSize, const UInt64 *outSize)) in SetRatioInfo() function

Completed in 25 milliseconds