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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DSearchFile.h174 int GetClientsCount() const { return ((GetClientID() && GetClientPort()) ? 1 : 0) + m_clients.size(); } function in class:CSearchFile
H A DSearchListCtrl.cpp222 if (toshow->GetClientsCount()) {
223 temp += CFormat(wxT(" [%d]")) % toshow->GetClientsCount();
281 if (toupdate->GetClientsCount()) {
282 temp += CFormat(wxT(" [%d]")) % toupdate->GetClientsCount();

Completed in 36 milliseconds