Home
last modified time | relevance | path

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

/PHP-8.0/main/
H A Dphp_network.h258 PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_st…
262 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
278 int socktype, long sockopts, zend_string **error_string, int *error_code
323 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC);
343 …_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host… argument
347 …eam_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host… argument
H A Dnetwork.c154 PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_st… in php_network_getaddresses() argument
175 hints.ai_socktype = socktype; in php_network_getaddresses()
410 int socktype, long sockopts, zend_string **error_string, int *error_code argument
419 num_addrs = php_network_getaddresses(host, socktype, &psal, error_string);
430 sock = socket(sa->sa_family, socktype, 0);
780 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, argument
793 num_addrs = php_network_getaddresses(host, socktype, &psal, error_string);
817 sock = socket(sa->sa_family, socktype, 0);
1106 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC) argument
/PHP-8.0/sapi/cli/
H A Dphp_cli_server.c1219 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket() argument
1225 int num_addrs = php_network_getaddresses(host, socktype, &sal, errstr); in php_network_listen_socket()
1235 retval = socket((*p)->sa_family, socktype, 0); in php_network_listen_socket()
/PHP-8.0/docs/
H A Dstreams.md93 int socktype, int timeout, int persistent);

Completed in 21 milliseconds