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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dgsocket.cpp814 * GSOCK_TIMEDOUT - timeout, no incoming connections.
846 if (Input_Timeout() == GSOCK_TIMEDOUT)
933 * GSOCK_TIMEDOUT - timeout, the connection failed.
1031 if (Output_Timeout() == GSOCK_TIMEDOUT)
1035 return GSOCK_TIMEDOUT;
1169 if (Input_Timeout() == GSOCK_TIMEDOUT) {
1170 m_error = GSOCK_TIMEDOUT;
1231 if (Output_Timeout() == GSOCK_TIMEDOUT)
1545 m_error = GSOCK_TIMEDOUT;
1546 return GSOCK_TIMEDOUT;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgsocket.cpp432 * GSOCK_TIMEDOUT - timeout, no incoming connections.
467 if (Input_Timeout() == GSOCK_TIMEDOUT)
552 * GSOCK_TIMEDOUT - timeout, the connection failed.
745 if (Input_Timeout() == GSOCK_TIMEDOUT)
747 m_error = GSOCK_TIMEDOUT;
782 if (Output_Timeout() == GSOCK_TIMEDOUT)
1062 m_error = GSOCK_TIMEDOUT;
1063 return GSOCK_TIMEDOUT;
1083 m_error = GSOCK_TIMEDOUT;
1084 return GSOCK_TIMEDOUT;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgsocket.h69 GSOCK_TIMEDOUT, enumerator in enum:__anon250
H A Dsocket.h61 wxSOCKET_TIMEDOUT = GSOCK_TIMEDOUT,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgsocket.cpp534 * GSOCK_TIMEDOUT - timeout, no incoming connections.
565 if (Input_Timeout() == GSOCK_TIMEDOUT)
711 * GSOCK_TIMEDOUT - timeout, the connection failed.
786 if (Output_Timeout() == GSOCK_TIMEDOUT)
791 return GSOCK_TIMEDOUT;
851 if (Input_Timeout() == GSOCK_TIMEDOUT)
884 if (Output_Timeout() == GSOCK_TIMEDOUT)
1484 m_error = GSOCK_TIMEDOUT;
1485 return GSOCK_TIMEDOUT;
1517 m_error = GSOCK_TIMEDOUT;
[all...]
H A Dcfsocket.cpp2017 socket->m_error = GSOCK_TIMEDOUT ;
2018 return GSOCK_TIMEDOUT ;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dgsocket.c545 * GSOCK_TIMEDOUT - timeout, no incoming connections.
576 if (_GSocket_Input_Timeout(socket) == GSOCK_TIMEDOUT)
722 * GSOCK_TIMEDOUT - timeout, the connection failed.
797 if (_GSocket_Output_Timeout(sck) == GSOCK_TIMEDOUT)
802 return GSOCK_TIMEDOUT;
862 if (_GSocket_Input_Timeout(socket) == GSOCK_TIMEDOUT)
895 if (_GSocket_Output_Timeout(socket) == GSOCK_TIMEDOUT)
1485 socket->m_error = GSOCK_TIMEDOUT;
1486 return GSOCK_TIMEDOUT;
1518 socket->m_error = GSOCK_TIMEDOUT;
[all...]

Completed in 65 milliseconds