Home
last modified time | relevance | path

Searched refs:_hashStreamSpec (Results 1 – 4 of 4) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h191 COutStreamWithHash *_hashStreamSpec; variable
263 _hashStreamSpec = new COutStreamWithHash; in SetHashMethods()
264 _hashStream = _hashStreamSpec; in SetHashMethods()
265 _hashStreamSpec->_hash = hash; in SetHashMethods()
DArchiveExtractCallback.cpp434 _hashStreamSpec->ReleaseStream(); in GetStream()
973 _hashStreamSpec->SetStream(outStreamLoc); in GetStream()
975 _hashStreamSpec->Init(true); in GetStream()
1025 _hashStreamSpec->_hash->Final(_fi.IsDir, _isAltStream, _filePath); in SetOperationResult()
1026 _curSize = _hashStreamSpec->GetSize(); in SetOperationResult()
1028 _hashStreamSpec->ReleaseStream(); in SetOperationResult()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h266 COutStreamWithHash *_hashStreamSpec; variable
321 _hashStreamSpec = new COutStreamWithHash; in SetHashMethods()
322 _hashStream = _hashStreamSpec; in SetHashMethods()
323 _hashStreamSpec->_hash = hash; in SetHashMethods()
DExtractCallback.cpp685 _hashStreamSpec->ReleaseStream(); in GetStream7()
750 _hashStreamSpec->SetStream(outStreamLoc); in GetStream7()
752 _hashStreamSpec->Init(true); in GetStream7()
798 _hashStreamSpec->_hash->Final(_isFolder, _isAltStream, _filePath); in SetOperationResult7()
799 _curSize = _hashStreamSpec->GetSize(); in SetOperationResult7()
801 _hashStreamSpec->ReleaseStream(); in SetOperationResult7()