Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_network.h241 PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_st…
245 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string,
261 int socktype, long sockopts, zend_string **error_string, int *error_code
306 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC);
326 …_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host… argument
330 …eam_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host… argument
H A Dnetwork.c158 PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_st… in php_network_getaddresses() argument
179 hints.ai_socktype = socktype; in php_network_getaddresses()
414 int socktype, long sockopts, zend_string **error_string, int *error_code argument
423 num_addrs = php_network_getaddresses(host, socktype, &psal, error_string);
434 sock = socket(sa->sa_family, socktype, 0);
784 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, argument
797 num_addrs = php_network_getaddresses(host, socktype, &psal, error_string);
821 sock = socket(sa->sa_family, socktype, 0);
1110 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC) argument
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c1272 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket() argument
1278 int num_addrs = php_network_getaddresses(host, socktype, &sal, errstr); in php_network_listen_socket()
1288 retval = socket((*p)->sa_family, socktype, 0); in php_network_listen_socket()
/PHP-7.4/docs/
H A Dstreams.md93 int socktype, int timeout, int persistent);

Completed in 31 milliseconds