Home
last modified time | relevance | path

Searched refs:CHashBundle (Results 1 – 8 of 8) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DHashCalc.h41 struct CHashBundle: public IHashCalc struct
60 CHashBundle() in CHashBundle() argument
79 virtual HRESULT BeforeFirstFile(const CHashBundle &hb) x; \
82 virtual HRESULT SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showHash) x; \
83 virtual HRESULT AfterLastFile(CHashBundle &hb) x; \
DHashCalc.cpp35 HRESULT CHashBundle::SetMethods(DECL_EXTERNAL_CODECS_LOC_VARS const UStringVector &hashMethods) in SetMethods()
107 void CHashBundle::InitForNewFile() in InitForNewFile()
118 void CHashBundle::Update(const void *data, UInt32 size) in Update()
125 void CHashBundle::SetSize(UInt64 size) in SetSize()
141 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path) in Final()
231 CHashBundle hb; in HashCalc()
/external/lzma/CPP/7zip/UI/GUI/
DHashGUI.h21 void AddHashBundleRes(CPropNameValPairs &s, const CHashBundle &hb);
22 void AddHashBundleRes(UString &s, const CHashBundle &hb);
25 void ShowHashResults(const CHashBundle &hb, HWND hwnd);
DExtractGUI.h31 CHashBundle *hb,
DExtractGUI.cpp78 CHashBundle *HashBundle;
165 CHashBundle *hb, in ExtractGUI()
/external/lzma/CPP/7zip/UI/Console/
DHashCon.cpp152 HRESULT CHashCallbackConsole::BeforeFirstFile(const CHashBundle &hb) in BeforeFirstFile()
262 HRESULT CHashCallbackConsole::SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showH… in SetOperationResult()
312 void PrintHashStat(CStdOutStream &so, const CHashBundle &hb) in PrintHashStat()
335 HRESULT CHashCallbackConsole::AfterLastFile(CHashBundle &hb) in AfterLastFile()
DHashCon.h46 void PrintHashStat(CStdOutStream &so, const CHashBundle &hb);
DMain.cpp911 CHashBundle hb; in Main2()