Home
last modified time | relevance | path

Searched defs:host (Results 1 – 21 of 21) sorted by relevance

/PHP-7.4/main/
H A Dnetwork.c158 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,
783 php_socket_t php_network_connect_socket_to_host(const char *host, unsigned short port,
1109 PHPAPI php_stream *_php_stream_sock_open_host(const char *host, unsigned short port,
1253 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *…
1279 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *…
1300 struct hostent * gethostname_re (const char *host,struct hostent *hostbuf,char **tmphstbuf,size_t *…
H A Dphp_network.h326 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument
330 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
H A Dphp_ini.c885 PHPAPI void php_ini_activate_per_host_config(const char *host, size_t host_len)
H A Dfastcgi.c655 char host[MAXPATHLEN]; in fcgi_listen() local
/PHP-7.4/ext/standard/
H A Dfsock.c32 char *host; in php_fsockopen_stream() local
H A Durl.h26 zend_string *host; member
H A Dnet.c105 zend_string *host; in iface_append_unicast() local
H A Dstreamsfuncs.c93 zend_string *host; in PHP_FUNCTION() local
182 char *host; in PHP_FUNCTION() local
/PHP-7.4/main/streams/
H A Dxp_socket.c581 char *host = NULL; in parse_ip_address_ex() local
625 char *host = NULL; in php_tcp_sockop_bind() local
704 char *host = NULL, *bindto = NULL; in php_tcp_sockop_connect() local
/PHP-7.4/ext/soap/
H A Dphp_http.c165 char *host; in http_connect() local
321 static int in_domain(const char *host, const char *domain) in in_domain()
/PHP-7.4/win32/
H A Dsendmail.c179 PHPAPI int TSendMail(char *host, int *error, char **error_message, in TSendMail()
/PHP-7.4/ext/pdo_mysql/
H A Dmysql_driver.c587 char *host = NULL, *unix_socket = NULL; local
/PHP-7.4/ext/ftp/
H A Dphp_ftp.c372 char *host; in PHP_FUNCTION() local
409 char *host; in PHP_FUNCTION() local
H A Dftp.c122 ftp_open(const char *host, short port, zend_long timeout_sec) in ftp_open()
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c188 char *host; member
1272 static php_socket_t php_network_listen_socket(const char *host, int *port, int socktype, int *af, s… in php_network_listen_socket()
2383 char *host = NULL; in php_cli_server_ctor() local
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd.h87 #define mysqlnd_connect(conn, host, user, pass, pass_len, db, db_len, port, socket, mysql_flags, cl… argument
H A Dmysqlnd_connection.c2667 const char * const host,
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2635 const char * host = ZSTR_VAL(url->host); in php_openssl_get_url_name() local
/PHP-7.4/ext/ldap/
H A Dldap.c995 char *host = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c2687 zend_string *mailbox, *host, *personal; in PHP_FUNCTION() local
/PHP-7.4/ext/pgsql/
H A Dpgsql.c1300 char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; local

Completed in 211 milliseconds