Home
last modified time | relevance | path

Searched refs:host_info (Results 1 – 10 of 10) sorted by relevance

/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_class_mysqli_properties_no_conn.phpt71 assert(@mysqli_get_host_info($mysqli) === @$mysqli->host_info);
72 printf("mysqli->host_info = '%s'/%s ('%s'/%s)\n",
73 @$mysqli->host_info, gettype(@$mysqli->host_info),
156 host_info = 'NULL'
177 host_info = 'NULL'
199 mysqli->host_info = ''/NULL (''/NULL)
229 host_info = 'NULL'
250 host_info = 'NULL'
272 mysqli->host_info = ''/NULL (''/NULL)
H A Dmysqli_class_mysqli_interface.phpt109 "host_info" => true,
216 assert(mysqli_get_host_info($link) === $mysqli->host_info);
217 printf("mysqli->host_info = '%s'/%s ('%s'/%s)\n",
218 $mysqli->host_info, gettype($mysqli->host_info),
300 mysqli->host_info = '%s'/%unicode|string% ('%s'/%unicode|string%)
H A Dbug34810.phpt85 [%u|b%"host_info"]=>
125 [%u|b%"host_info"]=>
H A Dmysqli_kill.phpt116 [%u|b%"host_info"]=>
H A Dmysqli_real_connect.phpt198 [%u|b%"host_info"]=>
H A Dmysqli_class_mysqli_reflection.phpt1250 Inspecting property 'host_info'
1338 Default property 'host_info'
/PHP-5.5/main/
H A Dnetwork.c179 struct hostent *host_info; in php_network_getaddresses() local
250 host_info = NULL; in php_network_getaddresses()
253 host_info = gethostbyname(host); in php_network_getaddresses()
255 if (host_info == NULL) { in php_network_getaddresses()
264 in = *((struct in_addr *) host_info->h_addr); in php_network_getaddresses()
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c157 if (conn->host_info) { in MYSQLND_METHOD()
158 mnd_pefree(conn->host_info, pers); in MYSQLND_METHOD()
159 conn->host_info = NULL; in MYSQLND_METHOD()
1016 conn->host_info = mnd_pestrdup(p, conn->persistent);
1018 if (!conn->host_info) {
1026 conn->host_info = mnd_pestrdup("Localhost via UNIX socket", conn->persistent);
1034 conn->host_info = mnd_pestrdup(p, conn->persistent);
1036 if (!conn->host_info) {
1043 if (!conn->unix_socket || !conn->host_info) {
2071 return conn->host_info;
H A Dmysqlnd_structs.h880 char *host_info; member
/PHP-5.5/ext/mysqli/
H A Dmysqli_api.c1447 RETURN_STRING((mysql->mysql->host_info) ? mysql->mysql->host_info : "", 1);
1449 RETURN_STRING((mysql->mysql->data->host_info) ? mysql->mysql->data->host_info : "", 1);

Completed in 70 milliseconds