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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgsocket.h68 GSOCK_WOULDBLOCK, enumerator in enum:__anon250
H A Dsocket.h60 wxSOCKET_WOULDBLOCK = GSOCK_WOULDBLOCK,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgsocket.cpp535 * GSOCK_WOULDBLOCK - the call would block and the socket is nonblocking.
580 m_error = GSOCK_WOULDBLOCK;
699 * value of GSOCK_WOULDBLOCK doesn't mean a failure. The connection
712 * GSOCK_WOULDBLOCK - connection in progress (nonblocking sockets only)
808 * is set to nonblocking, we set m_error to GSOCK_WOULDBLOCK
809 * (and return GSOCK_WOULDBLOCK) but we don't close the socket;
815 m_error = GSOCK_WOULDBLOCK;
816 return GSOCK_WOULDBLOCK;
863 m_error = GSOCK_WOULDBLOCK;
896 m_error = GSOCK_WOULDBLOCK;
[all...]
H A Dcfsocket.cpp1256 if (err == GSOCK_WOULDBLOCK)
2025 socket->m_error = GSOCK_WOULDBLOCK;
2026 return GSOCK_WOULDBLOCK;
2085 * first established, and then only if a call failed with GSOCK_WOULDBLOCK,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dgsocket.c546 * GSOCK_WOULDBLOCK - the call would block and the socket is nonblocking.
591 socket->m_error = GSOCK_WOULDBLOCK;
710 * value of GSOCK_WOULDBLOCK doesn't mean a failure. The connection
723 * GSOCK_WOULDBLOCK - connection in progress (nonblocking sockets only)
819 * is set to nonblocking, we set m_error to GSOCK_WOULDBLOCK
820 * (and return GSOCK_WOULDBLOCK) but we don't close the socket;
826 sck->m_error = GSOCK_WOULDBLOCK;
827 return GSOCK_WOULDBLOCK;
874 socket->m_error = GSOCK_WOULDBLOCK;
907 socket->m_error = GSOCK_WOULDBLOCK;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgsocket.cpp433 * GSOCK_WOULDBLOCK - the call would block and the socket is nonblocking.
479 m_error = GSOCK_WOULDBLOCK;
540 * value of GSOCK_WOULDBLOCK doesn't mean a failure. The connection
553 * GSOCK_WOULDBLOCK - connection in progress (nonblocking sockets only)
635 * is set to nonblocking, we set m_error to GSOCK_WOULDBLOCK
636 * (and return GSOCK_WOULDBLOCK) but we don't close the socket;
643 m_error = GSOCK_WOULDBLOCK;
644 return GSOCK_WOULDBLOCK;
762 m_error = GSOCK_WOULDBLOCK;
796 m_error = GSOCK_WOULDBLOCK;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dgsocket.cpp815 * GSOCK_WOULDBLOCK - the call would block and the socket is nonblocking.
861 m_error = GSOCK_WOULDBLOCK;
921 * value of GSOCK_WOULDBLOCK doesn't mean a failure. The connection
934 * GSOCK_WOULDBLOCK - connection in progress (nonblocking sockets only)
1052 * is set to nonblocking, we set m_error to GSOCK_WOULDBLOCK
1053 * (and return GSOCK_WOULDBLOCK) but we don't close the socket;
1060 m_error = GSOCK_WOULDBLOCK;
1061 return GSOCK_WOULDBLOCK;
1202 m_error = GSOCK_WOULDBLOCK;
1248 m_error = GSOCK_WOULDBLOCK;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsocket.cpp1302 if (err == GSOCK_WOULDBLOCK)

Completed in 75 milliseconds