Searched defs: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/utils/fileview/
H A DKadFiles.cpp71 bool IdentifyKeyword(const Kademlia::CUInt128& keyID, const wxString& str, wxString& keyword) argument
103 Kademlia::CUInt128 keyID = file.ReadUInt128(); local
105 cout << "\tKeyID : " << keyID; local
/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
H A DIndexed.cpp95 CUInt128 keyID = load_file.ReadUInt128(); local
115 CUInt128 keyID = k_file.ReadUInt128(); local
188 CUInt128 keyID = s_file.ReadUInt128(); local
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...]

Completed in 111 milliseconds