Searched defs:socktype (Results 1 – 3 of 3) sorted by relevance
/php-src/main/ |
H A D | network.c | 148 PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_st… in php_network_getaddresses() 414 int socktype, long sockopts, zend_string **error_string, int *error_code 777 int socktype, int asynchronous, struct timeval *timeout, zend_string **error_string, 1095 int socktype, struct timeval *timeout, const char *persistent_id STREAMS_DC)
|
H A D | php_network.h | 348 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument 352 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 1283 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket()
|
Completed in 17 milliseconds