Searched refs:WriteHash (Results 1 - 22 of 22) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/libs/ec/cpp/
H A DECFileConfig.h93 bool WriteHash(const wxString& key, const CMD4Hash& hash) function in class:CECFileConfig
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSafeFile.h181 virtual void WriteHash(const CMD4Hash& value);
H A DFriend.cpp143 file->WriteHash(m_UserHash);
H A DDownloadClient.cpp171 dataStartupLoadReq.WriteHash(m_reqfile->GetFileHash());
221 dataFileReq.WriteHash(m_reqfile->GetFileHash());
292 dataSetReqFileID.WriteHash(m_reqfile->GetFileHash());
315 packetdata.WriteHash(m_reqfile->GetFileHash());
718 data.WriteHash(m_reqfile->GetFileHash());
772 data.WriteHash(m_reqfile->GetFileHash());
1291 data.WriteHash(m_reqfile->GetFileHash());
1316 data.WriteHash(CMD4Hash(GetBuddyID()));
1317 data.WriteHash(m_reqfile->GetFileHash());
1608 data.WriteHash(pForFil
[all...]
H A DED2KLink.cpp238 m_hashset->WriteHash(m_hash);
247 m_hashset->WriteHash(hash);
H A DUploadClient.cpp310 data.WriteHash(GetUploadFileID());
364 data.WriteHash(GetUploadFileID());
703 data.WriteHash(file->GetFileHash());
707 data.WriteHash(file->GetPartHash(i));
H A DSafeFile.cpp303 void CFileDataIO::WriteHash(const CMD4Hash& value) function in class:CFileDataIO
516 WriteHash(CMD4Hash(tag.GetHash()));
H A DSHAHashSet.h183 void WriteHash(CFileDataIO* fileDataOut, uint32 wHashIdent, bool b32BitIdent) const;
H A DKnownFile.cpp683 file->WriteHash(m_abyFileHash);
689 file->WriteHash(m_hashlist[i]);
964 data.WriteHash(forClient->GetUploadFileID());
1045 data.WriteHash(cur_src->GetUserHash());
1096 files->WriteHash(GetFileHash());
H A DTag.cpp373 data->WriteHash(*m_hashVal);
H A DSHAHashSet.cpp301 m_pRightTree->WriteHash(fileDataOut, wHashIdent, b32BitIdent);
309 m_pLeftTree->WriteHash(fileDataOut, wHashIdent, b32BitIdent);
317 void CAICHHashTree::WriteHash(CFileDataIO* fileDataOut, uint32 wHashIdent, bool b32BitIdent) const function in class:CAICHHashTree
H A DDownloadQueue.cpp916 hashlist.WriteHash( file->GetFileHash() );
1087 data.WriteHash(cur_file->GetFileHash());
1364 sources.WriteHash(sourcehash);
H A DServerConnect.cpp211 data.WriteHash(thePrefs::GetUserHash());
H A DClientCreditsList.cpp196 file.WriteHash(cstruct->key);
H A DClientTCPSocket.cpp471 data_out.WriteHash(reqfile->GetFileHash());
528 data.WriteHash(reqfile->GetFileHash());
1108 data_out.WriteHash(reqfile->GetFileHash());
1623 data_out.WriteHash(hash);
H A DExternalConnector.cpp562 m_configFile->WriteHash(wxT("/EC/Password"), m_password);
H A DPartFile.cpp776 file.WriteHash(m_abyFileHash);
780 file.WriteHash(m_hashlist[x]);
1008 file.WriteHash(cur_src->GetUserHash());
1085 sources_data.WriteHash(file.ReadHash());
2576 data.WriteHash(m_abyFileHash);
2634 data.WriteHash(cur_src->GetUserHash());
H A DSearchList.cpp975 temp.WriteHash(CMD4Hash(fileid));
H A DBaseClient.cpp1038 data->WriteHash(thePrefs::GetUserHash());
1526 data.WriteHash(thePrefs::GetUserHash()); // and userhash
H A DPreferences.cpp1465 preffile.WriteHash(s_userhash);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A DWebInterface.cpp761 m_configFile->WriteHash(wxT("/Webserver/AdminPassword"), m_AdminPass);
762 m_configFile->WriteHash(wxT("/Webserver/GuestPassword"), m_GuestPass);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/unittests/tests/
H A DFileDataIOTest.cpp238 file->WriteHash(value);
463 file->WriteHash(CMD4Hash());
483 file->WriteHash(CMD4Hash());

Completed in 171 milliseconds