Searched refs:IsConnecting (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 DListenSocket.cpp123 if (TooManySockets(true) && !theApp->serverconnect->IsConnecting()) {
174 if ((GetOpenSockets()+5 < thePrefs::GetMaxConnections() || theApp->serverconnect->IsConnecting()) && !bListening) {
H A DServerConnect.h81 bool IsConnecting() { return connecting; } function in class:CServerConnect
H A DServerListCtrl.cpp142 theApp->serverconnect->IsConnecting();
528 if ( theApp->serverconnect->IsConnecting() ) {
H A DECSpecialCoreTags.cpp127 (theApp->serverconnect->IsConnecting() ? 0x02 : 0x00)
146 } else if (theApp->serverconnect->IsConnecting()) {
H A DServerWnd.cpp284 if (theApp->serverconnect->IsConnecting()) {
H A Damule.cpp909 } else if (serverconnect->IsConnecting()) {
1213 if( serverconnect->IsConnecting() && !serverconnect->IsSingleConnect() ) {
1216 if (serverconnect->IsConnecting()) {
1869 if ( theApp->serverconnect->IsConnecting() ) {
H A DamuleDlg.cpp557 bool disconnect = (theApp->IsConnectedED2K() || theApp->serverconnect->IsConnecting())
567 if (theApp->serverconnect->IsConnecting()) {
704 } else if (theApp->serverconnect->IsConnecting()) {
758 if (theApp->serverconnect->IsConnecting() ||
H A DServerSocket.cpp207 if (connectionstate != CS_CONNECTED && !serverconnect->IsConnecting()) {
H A Damule-remote-gui.h403 bool IsConnecting() { return m_ID == 0xffffffff; } function in class:CServerConnectRem
H A DExternalConn.cpp1858 } else if ( theApp->serverconnect->IsConnecting() ) {

Completed in 94 milliseconds