Searched refs:m_searchID (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/kademlia/
H A DSearch.h58 uint32_t GetSearchID() const throw() { return m_searchID; }
59 void SetSearchID(uint32_t id) throw() { m_searchID = id; }
126 uint32_t m_searchID; member in class:Kademlia::CSearch
H A DSearch.cpp76 m_searchID = (uint32_t)-1;
149 Notify_KadSearchEnd(m_searchID);
916 theApp->downloadqueue->KademliaSearchFile(m_searchID, &answer, &buddy, type, ip, tcp, udp, buddyip, buddyport, byCryptOptions);
1110 theApp->searchlist->KademliaSearchKeyword(m_searchID, &answer, name, size, type, publishInfo, taglist);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchFile.h106 wxUIntPtr GetSearchID() const { return m_searchID; }
200 wxUIntPtr m_searchID; member in class:CSearchFile
H A DSearchFile.cpp43 m_searchID(searchID),
101 m_searchID(other.m_searchID),
H A Damule-remote-gui.cpp1985 m_searchID = theApp->searchlist->m_curr_search;

Completed in 46 milliseconds