/PHP-7.3/main/ |
H A D | network.c | 157 PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, zend_st… in php_network_getaddresses() 412 php_socket_t php_network_bind_socket_to_local_addr(const char *host, unsigned port, 782 php_socket_t php_network_connect_socket_to_host(const char *host, unsigned short port, 1135 PHPAPI php_stream *_php_stream_sock_open_host(const char *host, unsigned short port, 1279 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… 1305 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *… 1326 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *…
|
H A D | php_network.h | 328 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument 332 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
|
H A D | php_ini.c | 891 PHPAPI void php_ini_activate_per_host_config(const char *host, size_t host_len)
|
H A D | fastcgi.c | 655 char host[MAXPATHLEN]; in fcgi_listen() local
|
/PHP-7.3/ext/standard/ |
H A D | fsock.c | 32 char *host; in php_fsockopen_stream() local
|
H A D | url.h | 26 zend_string *host; member
|
H A D | net.c | 105 zend_string *host; in iface_append_unicast() local
|
H A D | streamsfuncs.c | 93 zend_string *host; in PHP_FUNCTION() local 186 char *host; in PHP_FUNCTION() local
|
H A D | url_scanner_ex.c | 352 zval *host, *tmp; in check_http_host() local
|
/PHP-7.3/main/streams/ |
H A D | xp_socket.c | 575 char *host = NULL; in parse_ip_address_ex() local 619 char *host = NULL; in php_tcp_sockop_bind() local 698 char *host = NULL, *bindto = NULL; in php_tcp_sockop_connect() local
|
/PHP-7.3/ext/soap/ |
H A D | php_http.c | 165 char *host; in http_connect() local 321 static int in_domain(const char *host, const char *domain) in in_domain()
|
/PHP-7.3/ext/interbase/ |
H A D | ibase_service.c | 212 char buf[128], *host, *user, *pass, *loc; in PHP_FUNCTION() local
|
/PHP-7.3/win32/ |
H A D | sendmail.c | 180 PHPAPI int TSendMail(char *host, int *error, char **error_message, in TSendMail()
|
/PHP-7.3/ext/pdo_mysql/ |
H A D | mysql_driver.c | 569 char *host = NULL, *unix_socket = NULL; local
|
/PHP-7.3/ext/ftp/ |
H A D | php_ftp.c | 370 char *host; in PHP_FUNCTION() local 407 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-7.3/sapi/cli/ |
H A D | php_cli_server.c | 187 char *host; member 1196 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket() 2254 char *host = NULL; in php_cli_server_ctor() local
|
/PHP-7.3/ext/mysqlnd/ |
H A D | mysqlnd.h | 87 #define mysqlnd_connect(conn, host, user, pass, pass_len, db, db_len, port, socket, mysql_flags, cl… argument
|
H A D | mysqlnd_connection.c | 2661 const char * const host,
|
/PHP-7.3/ext/openssl/ |
H A D | xp_ssl.c | 2636 const char * host = ZSTR_VAL(url->host); in php_openssl_get_url_name() local
|
/PHP-7.3/ext/ldap/ |
H A D | ldap.c | 1012 char *host = NULL; in PHP_FUNCTION() local
|
/PHP-7.3/ext/imap/ |
H A D | php_imap.c | 2665 zend_string *mailbox, *host, *personal; in PHP_FUNCTION() local
|
/PHP-7.3/ext/pgsql/ |
H A D | pgsql.c | 1306 char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; local
|