Searched refs:socktype (Results 1 – 4 of 4) sorted by relevance
/PHP-7.0/main/ |
H A D | php_network.h | 243 PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_st… 247 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, 263 int socktype, long sockopts, zend_string **error_string, int *error_code 307 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC); 327 …_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host… argument 331 …eam_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host… argument
|
H A D | network.c | 171 PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_st… in php_network_getaddresses() argument 192 hints.ai_socktype = socktype; in php_network_getaddresses() 425 int socktype, long sockopts, zend_string **error_string, int *error_code argument 434 num_addrs = php_network_getaddresses(host, socktype, &psal, error_string); 445 sock = socket(sa->sa_family, socktype, 0); 781 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, argument 794 num_addrs = php_network_getaddresses(host, socktype, &psal, error_string); 818 sock = socket(sa->sa_family, socktype, 0); 1122 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC) argument
|
/PHP-7.0/sapi/cli/ |
H A D | php_cli_server.c | 1180 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket() argument 1186 int num_addrs = php_network_getaddresses(host, socktype, &sal, errstr); in php_network_listen_socket() 1196 retval = socket((*p)->sa_family, socktype, 0); in php_network_listen_socket()
|
/PHP-7.0/ |
H A D | README.STREAMS | 92 int socktype, int timeout, int persistent);
|
Completed in 25 milliseconds