Searched refs:keyID (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/kademlia/kademlia/
H A DIndexed.h62 Kademlia::CUInt128 keyID; member in struct:KeyHash
69 Kademlia::CUInt128 keyID; member in struct:SrcHash
75 Kademlia::CUInt128 keyID; member in struct:Load
124 bool AddNotes(const CUInt128& keyID, const CUInt128& sourceID, Kademlia::CEntry* entry, uint8_t& load);
125 bool AddLoad(const CUInt128& keyID, uint32_t time);
127 void SendValidKeywordResult(const CUInt128& keyID, const SSearchTerm* pSearchTerms, uint32_t ip, uint16_t port, bool oldClient, uint16_t startPosition, const CKadUDPKey& senderKey);
128 void SendValidSourceResult(const CUInt128& keyID, uint32_t ip, uint16_t port, uint16_t startPosition, uint64_t fileSize, const CKadUDPKey& senderKey);
129 void SendValidNoteResult(const CUInt128& keyID, uint32_t ip, uint16_t port, uint64_t fileSize, const CKadUDPKey& senderKey);
130 bool SendStoreRequest(const CUInt128& keyID);
H A DIndexed.cpp95 CUInt128 keyID = load_file.ReadUInt128(); local
96 if (AddLoad(keyID, load_file.ReadUInt32())) {
115 CUInt128 keyID = k_file.ReadUInt128(); local
122 toAdd->m_uKeyID = keyID;
163 if (AddKeyword(keyID, sourceID, toAdd, load)) {
188 CUInt128 keyID = s_file.ReadUInt128(); local
216 toAdd->m_uKeyID.SetValue(keyID);
219 if (AddSources(keyID, sourceID, toAdd, load)) {
267 load_file.WriteUInt128(load->keyID);
284 s_file.WriteUInt128(currSrcHash->keyID);
475 AddKeyword(const CUInt128& keyID, const CUInt128& sourceID, Kademlia::CKeyEntry* entry, uint8_t& load) argument
564 AddSources(const CUInt128& keyID, const CUInt128& sourceID, Kademlia::CEntry* entry, uint8_t& load) argument
639 AddNotes(const CUInt128& keyID, const CUInt128& sourceID, Kademlia::CEntry* entry, uint8_t& load) argument
713 AddLoad(const CUInt128& keyID, uint32_t timet) argument
735 SendValidKeywordResult(const CUInt128& keyID, const SSearchTerm* pSearchTerms, uint32_t ip, uint16_t port, bool oldClient, uint16_t startPosition, const CKadUDPKey& senderKey) argument
816 SendValidSourceResult(const CUInt128& keyID, uint32_t ip, uint16_t port, uint16_t startPosition, uint64_t fileSize, const CKadUDPKey& senderKey) argument
866 SendValidNoteResult(const CUInt128& keyID, uint32_t ip, uint16_t port, uint64_t fileSize, const CKadUDPKey& senderKey) argument
911 SendStoreRequest(const CUInt128& keyID) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/fileview/
H A DKadFiles.cpp71 bool IdentifyKeyword(const Kademlia::CUInt128& keyID, const wxString& str, wxString& keyword) argument
81 if (currentID == keyID) {
103 Kademlia::CUInt128 keyID = file.ReadUInt128(); local
105 cout << "\tKeyID : " << keyID; local
120 if (!identified && IdentifyKeyword(keyID, name, keyword)) {

Completed in 76 milliseconds