Searched refs:CClientList (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DClientList.cpp86 CClientList::CClientList() function in class:CClientList
96 CClientList::~CClientList()
104 void CClientList::AddClient( CUpDownClient* toadd )
114 m_clientList.insert( IDMapPair( toadd->GetUserIDHybrid(), CCLIENTREF(toadd, wxT("CClientList::AddClient m_clientList.insert"))) );
118 m_ipList.insert( IDMapPair( toadd->GetIP(), CCLIENTREF(toadd, wxT("CClientList::AddClient m_ipList.insert")) ) );
123 m_hashList.insert( HashMapPair( toadd->GetUserHash(), CCLIENTREF(toadd, wxT("CClientList::AddClient m_hashList.insert")) ) );
131 void CClientList::RemoveClient(CUpDownClient* client)
144 void CClientList
[all...]
H A DClientList.h63 class CClientList class
69 CClientList();
74 ~CClientList();
H A DClientUDPSocket.cpp293 CClientList::SourceList clients = theApp->clientlist->GetClientsByHash(userHash);
294 for (CClientList::SourceList::iterator it = clients.begin(); it != clients.end(); ++it) {
H A Damule.h57 class CClientList;
252 CClientList* clientlist;
H A DUploadQueue.cpp397 CClientList::SourceList found = theApp->clientlist->GetClientsByHash( client->GetUserHash() );
399 CClientList::SourceList::iterator it = found.begin();
H A Dupdownclient.h105 friend class CClientList;
110 * To schedule a client for deletion, call the CClientList::AddToDeleteQueue
H A DDownloadQueue.cpp39 #include "ClientList.h" // Needed for CClientList
637 CClientList::SourceList found = theApp->clientlist->GetClientsByHash( source->GetUserHash() );
639 CClientList::SourceList::iterator it = found.begin();
H A DExternalConn.cpp681 const CClientList::IDMap& clientList = theApp->clientlist->GetClientList();
683 for (CClientList::IDMap::const_iterator it = clientList.begin(); it != clientList.end(); it++) {
H A Damule.cpp55 #include "ClientList.h" // Needed for CClientList
502 clientlist = new CClientList();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/kademlia/net/
H A DKademliaUDPListener.cpp1684 CClientList::SourceList clientslist = theApp->clientlist->GetClientsByIP(ip);
1686 for (CClientList::SourceList::iterator it = clientslist.begin(); it != clientslist.end(); ++it) {

Completed in 90 milliseconds