Home
last modified time | relevance | path

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

/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h251 IHashCalc *_hashCalc; // it's for stat in Test operation variable
294 _hashCalc(NULL), in CExtractCallbackImp()
312 void SetHashCalc(IHashCalc *hashCalc) { _hashCalc = hashCalc; } in SetHashCalc()
DExtractCallback.cpp955 else if (_hashCalc && _needUpdateStat) in SetOperationResult8()
957 _hashCalc->SetSize(size); // (_curSize) before 21.04 in SetOperationResult8()
958 _hashCalc->Final(_isFolder, _isAltStream, _filePath); in SetOperationResult8()