Home
last modified time | relevance | path

Searched refs:SOCK_CONN_ERR (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/main/
H A Dphp_network.h98 # define SOCK_CONN_ERR SOCKET_ERROR macro
102 # define SOCK_CONN_ERR -1 macro
H A Dnetwork.c93 # define SOCK_CONN_ERR SOCKET_ERROR macro
102 # define SOCK_CONN_ERR -1 macro
478 if (n != SOCK_CONN_ERR) {
/PHP-5.4/main/streams/
H A Dxp_socket.c240 return (ret == SOCK_CONN_ERR) ? -1 : ret; in sock_sendto()
242 return ((ret = send(sock->socket, buf, buflen, flags)) == SOCK_CONN_ERR) ? -1 : ret; in sock_sendto()
257 ret = (ret == SOCK_CONN_ERR) ? -1 : ret; in sock_recvfrom()
262 ret = (ret == SOCK_CONN_ERR) ? -1 : ret; in sock_recvfrom()
/PHP-5.4/sapi/cli/
H A Dphp_cli_server.c1219 if (bind(retval, sa, *socklen) == SOCK_CONN_ERR) { in php_network_listen_socket()

Completed in 16 milliseconds