Searched refs:fileInput (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSHAHashSet.cpp364 bool CAICHHashTree::LoadLowestLevelHashs(CFileDataIO* fileInput) argument
368 m_Hash.Read(fileInput);
385 return m_pLeftTree->LoadLowestLevelHashs(fileInput)
386 && m_pRightTree->LoadLowestLevelHashs(fileInput);
391 // write the hash, specified by wHashIdent, with Data from fileInput.
392 bool CAICHHashTree::SetHash(CFileDataIO* fileInput, uint32 wHashIdent, sint8 nLevel, bool bAllowOverwrite) argument
414 m_Hash.Read(fileInput);
434 return m_pLeftTree->SetHash(fileInput, wHashIdent, nLevel);
441 return m_pRightTree->SetHash(fileInput, wHashIdent, nLevel);
H A DSHAHashSet.h186 bool LoadLowestLevelHashs(CFileDataIO* fileInput);
187 bool SetHash(CFileDataIO* fileInput, uint32 wHashIdent, sint8 nLevel = (-1), bool bAllowOverwrite = true);

Completed in 56 milliseconds