Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_network.h105 # define SOCK_CONN_ERR SOCKET_ERROR macro
109 # define SOCK_CONN_ERR -1 macro
H A Dnetwork.c77 # define SOCK_CONN_ERR SOCKET_ERROR macro
86 # define SOCK_CONN_ERR -1 macro
485 if (n != SOCK_CONN_ERR) {
/php-src/main/streams/
H A Dxp_socket.c283 return (ret == SOCK_CONN_ERR) ? -1 : ret; in sock_sendto()
286 …(sock->socket, buf, buflen > INT_MAX ? INT_MAX : (int)buflen, flags)) == SOCK_CONN_ERR) ? -1 : ret; in sock_sendto()
288 return ((ret = send(sock->socket, buf, buflen, flags)) == SOCK_CONN_ERR) ? -1 : ret; in sock_sendto()
304 ret = (ret == SOCK_CONN_ERR) ? -1 : ret; in sock_recvfrom()
325 ret = (ret == SOCK_CONN_ERR) ? -1 : ret; in sock_recvfrom()
/php-src/sapi/cli/
H A Dphp_cli_server.c1333 if (bind(retval, sa, *socklen) == SOCK_CONN_ERR) { in php_network_listen_socket()

Completed in 38 milliseconds