Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Dphp_network.h245 PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_st…
249 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
265 int socktype, long sockopts, zend_string **error_string, int *error_code
310 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC);
330 …_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host… argument
334 …eam_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host… argument
H A Dnetwork.c171 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);
791 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, argument
804 num_addrs = php_network_getaddresses(host, socktype, &psal, error_string);
828 sock = socket(sa->sa_family, socktype, 0);
1144 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC) argument
/PHP-7.1/sapi/cli/
H A Dphp_cli_server.c1198 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket() argument
1204 int num_addrs = php_network_getaddresses(host, socktype, &sal, errstr); in php_network_listen_socket()
1214 retval = socket((*p)->sa_family, socktype, 0); in php_network_listen_socket()
/PHP-7.1/
H A DREADME.STREAMS92 int socktype, int timeout, int persistent);

Completed in 23 milliseconds