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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dsckaddr.cpp148 return (GAddress_INET_SetHostName(m_address, name.mb_str()) == GSOCK_NOERROR);
153 bool rv = (GAddress_INET_SetHostAddress(m_address, addr) == GSOCK_NOERROR);
163 return (GAddress_INET_SetPortName(m_address, name.mb_str(), "tcp") == GSOCK_NOERROR);
168 return (GAddress_INET_SetPort(m_address, port) == GSOCK_NOERROR);
173 return (GAddress_INET_SetHostName(m_address, "localhost") == GSOCK_NOERROR);
183 return (GAddress_INET_SetAnyAddress(m_address) == GSOCK_NOERROR);
250 return (GAddress_INET_SetHostName(m_address, name.mb_str()) == GSOCK_NOERROR);
260 return (GAddress_INET_SetPortName(m_address, name.mb_str(), "tcp") == GSOCK_NOERROR);
265 return (GAddress_INET_SetPort(m_address, port) == GSOCK_NOERROR);
270 return (GAddress_INET_SetHostName(m_address, "localhost") == GSOCK_NOERROR);
[all...]
H A Dsocket.cpp1109 if (m_socket->SetServer() != GSOCK_NOERROR)
1187 != GSOCK_NOERROR)
1200 != GSOCK_NOERROR)
1300 if (err != GSOCK_NOERROR)
1358 if ( m_socket->SetNonOriented() != GSOCK_NOERROR )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dgsocket.cpp172 m_error = GSOCK_NOERROR;
243 * functions return GSOCK_NOERROR on success, an error code otherwise.
275 return GSOCK_NOERROR;
294 return GSOCK_NOERROR;
330 if ((err = _GAddress_translate_from(address, &addr, size)) != GSOCK_NOERROR)
356 * Returns GSOCK_NOERROR on success, one of the following otherwise:
422 return GSOCK_NOERROR;
500 if (err != GSOCK_NOERROR)
537 * as established with GSocket_SetPeer(). Returns GSOCK_NOERROR if the
625 if (err != GSOCK_NOERROR)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dgsocket.cpp274 m_error = GSOCK_NOERROR;
343 * functions return GSOCK_NOERROR on success, an error code otherwise.
375 return GSOCK_NOERROR;
394 return GSOCK_NOERROR;
438 if (err != GSOCK_NOERROR)
464 * Returns GSOCK_NOERROR on success, one of the following otherwise:
524 return GSOCK_NOERROR;
604 if (err != GSOCK_NOERROR)
624 * with GSocket_SetLocal(), or the call will fail. Returns GSOCK_NOERROR
688 return GSOCK_NOERROR;
[all...]
H A Dcfsocket.cpp1121 if (GSocket_SetServer(m_socket) != GSOCK_NOERROR)
1254 if (err != GSOCK_NOERROR)
1296 if( GSocket_SetNonOriented(m_socket) != GSOCK_NOERROR )
1347 if (_GAddress_Init_##family(address) != GSOCK_NOERROR) \
1359 if (_GAddress_Init_##family(address) != GSOCK_NOERROR) \
1474 return GSOCK_NOERROR;
1495 return GSOCK_NOERROR;
1520 return GSOCK_NOERROR;
1562 return GSOCK_NOERROR;
1581 return GSOCK_NOERROR;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dgsocket.c281 socket->m_error = GSOCK_NOERROR;
354 * functions return GSOCK_NOERROR on success, an error code otherwise.
386 return GSOCK_NOERROR;
405 return GSOCK_NOERROR;
449 if (err != GSOCK_NOERROR)
475 * Returns GSOCK_NOERROR on success, one of the following otherwise:
535 return GSOCK_NOERROR;
615 if (err != GSOCK_NOERROR)
635 * with GSocket_SetLocal(), or the call will fail. Returns GSOCK_NOERROR
699 return GSOCK_NOERROR;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dgsocket.cpp530 m_error = GSOCK_NOERROR;
615 * functions return GSOCK_NOERROR on success, an error code otherwise.
647 return GSOCK_NOERROR;
666 return GSOCK_NOERROR;
704 if (err != GSOCK_NOERROR)
730 * Returns GSOCK_NOERROR on success, one of the following otherwise:
804 return GSOCK_NOERROR;
883 if (err != GSOCK_NOERROR)
918 * as established with GSocket_SetPeer(). Returns GSOCK_NOERROR if the
1047 return GSOCK_NOERROR;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dgsocket.h61 GSOCK_NOERROR = 0, enumerator in enum:__anon250
H A Dsocket.h53 wxSOCKET_NOERROR = GSOCK_NOERROR,

Completed in 79 milliseconds