/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() 413 php_socket_t php_network_bind_socket_to_local_addr(const char *host, unsigned port, 776 php_socket_t php_network_connect_socket_to_host(const char *host, unsigned short port, 1094 PHPAPI php_stream *_php_stream_sock_open_host(const char *host, unsigned short port, 1247 static struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,s… 1273 static struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,s… 1294 static struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,s…
|
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
|
H A D | php_ini.c | 871 PHPAPI void php_ini_activate_per_host_config(const char *host, size_t host_len)
|
H A D | fastcgi.c | 646 char host[MAXPATHLEN]; in fcgi_listen() local
|
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/ |
H A D | document_fragment.h | 21 lxb_dom_element_t *host; member
|
H A D | shadow_root.h | 29 lxb_dom_element_t *host; member
|
/php-src/ext/standard/ |
H A D | fsock.c | 30 char *host; in php_fsockopen_stream() local
|
H A D | url.h | 24 zend_string *host; member
|
H A D | net.c | 106 zend_string *host; in iface_append_unicast() local
|
H A D | streamsfuncs.c | 98 zend_string *host; in PHP_FUNCTION() local 201 char *host; in PHP_FUNCTION() local
|
/php-src/main/streams/ |
H A D | xp_socket.c | 621 char *host = NULL; in parse_ip_address_ex() local 665 char *host = NULL; in php_tcp_sockop_bind() local 744 char *host = NULL, *bindto = NULL; in php_tcp_sockop_connect() local
|
/php-src/ext/soap/ |
H A D | php_http.c | 169 char *host; in http_connect() local 325 static bool in_domain(const zend_string *host, const zend_string *domain) in in_domain()
|
/php-src/ext/ftp/ |
H A D | php_ftp.c | 141 char *host; in PHP_FUNCTION() local 178 char *host; in PHP_FUNCTION() local
|
H A D | ftp.c | 117 ftp_open(const char *host, short port, zend_long timeout_sec) in ftp_open()
|
/php-src/win32/ |
H A D | sendmail.c | 178 PHPAPI int TSendMail(const char *host, int *error, char **error_message, in TSendMail()
|
/php-src/ext/pdo_mysql/ |
H A D | mysql_driver.c | 681 char *host = NULL, *unix_socket = NULL; local
|
/php-src/sapi/cli/ |
H A D | php_cli_server.c | 194 char *host; member 1283 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket() 2549 char *host = NULL; in php_cli_server_ctor() local
|
/php-src/ext/mysqlnd/ |
H A D | mysqlnd.h | 82 #define mysqlnd_connect(conn, host, user, pass, pass_len, db, db_len, port, socket, mysql_flags, cl… argument
|
H A D | mysqlnd_connection.c | 2264 const char * const host,
|
/php-src/ext/ldap/ |
H A D | ldap.c | 939 char *host = NULL; in PHP_FUNCTION() local 1046 char *host = NULL; in PHP_FUNCTION() local
|
/php-src/ext/sockets/ |
H A D | sockets.stub.php | 2073 function socket_addrinfo_lookup(string $host, ?string $service = null, array $hints = []): array|fa…
|
/php-src/ext/openssl/ |
H A D | xp_ssl.c | 2743 const char * host = ZSTR_VAL(url->host); in php_openssl_get_url_name() local
|