Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/UI/Common/
DHashCalc.h42 struct CHashBundle: public IHashCalc struct
76 virtual HRESULT BeforeFirstFile(const CHashBundle &hb) x; \ argument
79 virtual HRESULT SetOperationResult(UInt64 fileSize, const CHashBundle &hb, bool showHash) x; \
80 virtual HRESULT AfterLastFile(const CHashBundle &hb) x; \
DHashCalc.cpp35 HRESULT CHashBundle::SetMethods(DECL_EXTERNAL_CODECS_LOC_VARS const UStringVector &hashMethods) in SetMethods()
111 void CHashBundle::InitForNewFile() in InitForNewFile()
122 void CHashBundle::Update(const void *data, UInt32 size) in Update()
129 void CHashBundle::SetSize(UInt64 size) in SetSize()
145 void CHashBundle::Final(bool isDir, bool isAltStream, const UString &path) in Final()
235 CHashBundle hb; in HashCalc()
/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(const CHashBundle &hb) in AfterLastFile()
DHashCon.h46 void PrintHashStat(CStdOutStream &so, const CHashBundle &hb);
DMain.cpp902 CHashBundle hb; in Main2()
/external/lzma/CPP/7zip/UI/GUI/
DHashGUI.h14 void AddHashBundleRes(UString &s, const CHashBundle &hb, const UString &firstFileName);
DExtractGUI.h31 CHashBundle *hb,
DExtractGUI.cpp87 CHashBundle *HashBundle;
156 CHashBundle *hb, in ExtractGUI()