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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DListenSocket.cpp164 CClientTCPSocket* cur_socket = *it++; local
165 if (!cur_socket->OnDestroy()) {
166 if (cur_socket->ForDeletion()) {
167 cur_socket->Destroy();
169 cur_socket->CheckTimeOut();
184 CClientTCPSocket* cur_socket = *it++; local
185 switch (cur_socket->GetConState()) {
219 CClientTCPSocket* cur_socket = *it++; local
220 if (cur_socket->GetClient()) {
221 cur_socket
[all...]

Completed in 105 milliseconds