/PHP-5.5/ext/standard/ |
H A D | fsock.c | 34 char *host; in php_fsockopen_stream() local
|
H A D | url.h | 27 char *host; member
|
H A D | streamsfuncs.c | 88 char *host; in PHP_FUNCTION() local 177 char *host; in PHP_FUNCTION() local
|
/PHP-5.5/main/ |
H A D | network.c | 169 PHPAPI int php_network_getaddresses(const char *host, int socktype, struct sockaddr ***sal, char **… in php_network_getaddresses() 423 php_socket_t php_network_bind_socket_to_local_addr(const char *host, unsigned port, 768 php_socket_t php_network_connect_socket_to_host(const char *host, unsigned short port, 1062 PHPAPI php_stream *_php_stream_sock_open_host(const char *host, unsigned short port,
|
H A D | php_network.h | 307 #define php_stream_sock_open_host(host, port, socktype, timeout, persistent) _php_stream_sock_open_… argument 311 #define php_stream_sock_open_host_rel(host, port, socktype, timeout, persistent) _php_stream_sock_o… argument
|
H A D | php_ini.c | 865 PHPAPI void php_ini_activate_per_host_config(const char *host, uint host_len TSRMLS_DC)
|
/PHP-5.5/main/streams/ |
H A D | xp_socket.c | 527 char *host = NULL; in parse_ip_address_ex() local 571 char *host = NULL; in php_tcp_sockop_bind() local 618 char *host = NULL, *bindto = NULL; in php_tcp_sockop_connect() local
|
/PHP-5.5/ext/soap/ |
H A D | php_http.c | 167 char *host; in http_connect() local 318 static int in_domain(const char *host, const char *domain) in in_domain()
|
/PHP-5.5/ext/pdo_mysql/ |
H A D | mysql_driver.c | 541 char *host = NULL, *unix_socket = NULL; local
|
/PHP-5.5/ext/interbase/ |
H A D | ibase_service.c | 213 char buf[128], *host, *user, *pass, *loc; in PHP_FUNCTION() local
|
/PHP-5.5/win32/ |
H A D | sendmail.c | 213 PHPAPI int TSendMail(char *host, int *error, char **error_message, in TSendMail()
|
/PHP-5.5/ext/sybase_ct/ |
H A D | php_sybase_ct.c | 629 static int php_sybase_do_connect_internal(sybase_link *sybase, char *host, char *user, char *passwd… in php_sybase_do_connect_internal() 731 char *user = NULL, *passwd = NULL, *host = NULL, *charset = NULL, *appname = NULL; in php_sybase_do_connect() local
|
/PHP-5.5/ext/ftp/ |
H A D | php_ftp.c | 345 char *host; in PHP_FUNCTION() local 381 char *host; in PHP_FUNCTION() local
|
H A D | ftp.c | 124 ftp_open(const char *host, short port, long timeout_sec TSRMLS_DC) in ftp_open()
|
/PHP-5.5/ext/openssl/ |
H A D | xp_ssl.c | 1019 const char * host = url->host; in get_sni() local
|
/PHP-5.5/sapi/cli/ |
H A D | php_cli_server.c | 188 char *host; member 1288 static int php_network_listen_socket(const char *host, int *port, int socktype, int *af, socklen_t … in php_network_listen_socket() 2246 char *host = NULL; in php_cli_server_ctor() local
|
/PHP-5.5/ext/mssql/ |
H A D | php_mssql.c | 546 char *host = NULL, *user = NULL, *passwd = NULL; in php_mssql_do_connect() local
|
/PHP-5.5/sapi/cgi/ |
H A D | fastcgi.c | 576 char host[MAXPATHLEN]; in fcgi_listen() local
|
/PHP-5.5/ext/mysql/ |
H A D | php_mysql.c | 722 char *user=NULL, *passwd=NULL, *host_and_port=NULL, *socket=NULL, *tmp=NULL, *host=NULL; local
|
/PHP-5.5/ext/mysqlnd/ |
H A D | mysqlnd.c | 1123 const char * host, const char * user,
|
H A D | mysqlnd_structs.h | 868 char *host; member
|
/PHP-5.5/ext/ldap/ |
H A D | ldap.c | 293 char *host = NULL; in PHP_FUNCTION() local
|
/PHP-5.5/ext/imap/ |
H A D | php_imap.c | 2600 char *mailbox, *host, *personal; in PHP_FUNCTION() local
|
/PHP-5.5/ext/pgsql/ |
H A D | pgsql.c | 1227 char *host=NULL,*port=NULL,*options=NULL,*tty=NULL,*dbname=NULL,*connstring=NULL; local
|