Home
last modified time | relevance | path

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

/PHP-5.3/main/
H A Dphp_network.h224 int socktype, int asynchronous, struct timeval *timeout, char **error_string,
240 int socktype, char **error_string, int *error_code
284 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC TSRMLS_DC);
300 …_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host… argument
304 …eam_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_open_host((host… argument
H A Dnetwork.c166 static int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, char **… in php_network_getaddresses() argument
187 hints.ai_socktype = socktype; in php_network_getaddresses()
416 int socktype, char **error_string, int *error_code argument
424 num_addrs = php_network_getaddresses(host, socktype, &psal, error_string TSRMLS_CC);
435 sock = socket(sa->sa_family, socktype, 0);
761 int socktype, int asynchronous, struct timeval *timeout, char **error_string, argument
774 num_addrs = php_network_getaddresses(host, socktype, &psal, error_string TSRMLS_CC);
798 sock = socket(sa->sa_family, socktype, 0);
1053 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC TSRMLS_DC) argument
/PHP-5.3/
H A DREADME.STREAMS92 int socktype, int timeout, int persistent);

Completed in 9 milliseconds