Searched refs:ClientStruct (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/
H A DSearchFile.h148 struct ClientStruct { struct in class:CSearchFile
149 ClientStruct() function in struct:CSearchFile::ClientStruct
153 ClientStruct(uint32_t ip, uint16_t port, uint32_t serverIP, uint16_t serverPort) function in struct:CSearchFile::ClientStruct
163 void AddClient(const ClientStruct& client);
164 const std::list<ClientStruct>& GetClients() const { return m_clients; }
213 std::list<ClientStruct> m_clients;
H A DSearchFile.cpp128 void CSearchFile::AddClient(const ClientStruct& client)
130 for (std::list<ClientStruct>::const_iterator it = m_clients.begin(); it != m_clients.end(); ++it) {
176 CSearchFile::ClientStruct client(other.GetClientID(), other.GetClientPort(), other.GetClientServerIP(), other.GetClientServerPort());
277 CSearchFile::ClientStruct client(child->GetClientID(), child->GetClientPort(), child->GetClientServerIP(), child->GetClientServerPort());
280 for (std::list<ClientStruct>::const_iterator cit = child->m_clients.begin(); cit != child->m_clients.end(); ++cit) {
H A DDownloadQueue.cpp267 for (std::list<CSearchFile::ClientStruct>::const_iterator it = toadd->GetClients().begin(); it != toadd->GetClients().end(); ++it) {

Completed in 158 milliseconds