Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h249 COutStreamWithHash *_hashStreamSpec; variable
319 _hashStreamSpec = new COutStreamWithHash; in SetHashMethods()
320 _hashStream = _hashStreamSpec; in SetHashMethods()
321 _hashStreamSpec->_hash = hash; in SetHashMethods()
DExtractCallback.cpp824 _hashStreamSpec->ReleaseStream(); in GetStream7()
889 _hashStreamSpec->SetStream(outStreamLoc); in GetStream7()
891 _hashStreamSpec->Init(true); in GetStream7()
937 _hashStreamSpec->_hash->Final(_isFolder, _isAltStream, _filePath); in SetOperationResult7()
938 _curSize = _hashStreamSpec->GetSize(); in SetOperationResult7()
940 _hashStreamSpec->ReleaseStream(); in SetOperationResult7()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.h239 COutStreamWithHash *_hashStreamSpec; variable
316 _hashStreamSpec = new COutStreamWithHash; in SetHashMethods()
317 _hashStream = _hashStreamSpec; in SetHashMethods()
318 _hashStreamSpec->_hash = hash; in SetHashMethods()
DArchiveExtractCallback.cpp617 _hashStreamSpec->ReleaseStream(); in GetStream()
1436 _hashStreamSpec->SetStream(outStreamLoc); in GetStream()
1438 _hashStreamSpec->Init(true); in GetStream()
1541 _hashStreamSpec->_hash->Final(_item.IsDir, in SetOperationResult()
1548 _curSize = _hashStreamSpec->GetSize(); in SetOperationResult()
1550 _hashStreamSpec->ReleaseStream(); in SetOperationResult()