Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_network.h98 # define SOCK_CONN_ERR SOCKET_ERROR macro
102 # define SOCK_CONN_ERR -1 macro
H A Dnetwork.c92 # define SOCK_CONN_ERR SOCKET_ERROR macro
101 # define SOCK_CONN_ERR -1 macro
472 if (n != SOCK_CONN_ERR) {
/PHP-5.3/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()

Completed in 27 milliseconds