Searched defs:socktype (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/main/ |
H A D | network.c | 167 PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, char **… in php_network_getaddresses() 422 int socktype, char **error_string, int *error_code 767 int socktype, int asynchronous, struct timeval *timeout, char **error_string, 1061 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC TSRMLS_DC)
|
H A D | php_network.h | 305 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument 309 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
|
/PHP-5.4/sapi/cli/ |
H A D | php_cli_server.c | 1157 static int php_network_listen_socket(const char *host, int *port, int socktype, int *af, socklen_t … in php_network_listen_socket()
|
Completed in 15 milliseconds