Searched refs:SetHash (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMD4Hash.h76 SetHash(transitional_array);
91 SetHash(hash);
244 void SetHash(const unsigned char hash[]) { function in class:CMD4Hash
H A DSHAHashSet.cpp392 bool CAICHHashTree::SetHash(CFileDataIO* fileInput, uint32 wHashIdent, sint8 nLevel, bool bAllowOverwrite) function in class:CAICHHashTree
401 AddDebugLogLineN(logSHAHashSet, wxT("CAICHHashTree::SetHash - found invalid HashIdent (0)"));
434 return m_pLeftTree->SetHash(fileInput, wHashIdent, nLevel);
441 return m_pRightTree->SetHash(fileInput, wHashIdent, nLevel);
563 || !m_pHashTree.SetHash(fileDataIn, wHashIdent,(-1), false))
588 || !m_pHashTree.SetHash(fileDataIn, wHashIdent,(-1), false))
H A DSHAHashSet.h187 bool SetHash(CFileDataIO* fileInput, uint32 wHashIdent, sint8 nLevel = (-1), bool bAllowOverwrite = true);

Completed in 94 milliseconds