Home
last modified time | relevance | path

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

/PHP-7.2/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.phpt105 "host_info" => true,
208 assert(mysqli_get_host_info($link) === $mysqli->host_info);
209 printf("mysqli->host_info = '%s'/%s ('%s'/%s)\n",
210 $mysqli->host_info, gettype($mysqli->host_info),
292 mysqli->host_info = '%s'/string ('%s'/string)
H A Dbug34810.phpt85 ["host_info"]=>
125 ["host_info"]=>
H A Dmysqli_kill.phpt116 ["host_info"]=>
H A Dmysqli_real_connect.phpt200 ["host_info"]=>
H A Dmysqli_class_mysqli_reflection.phpt1264 Inspecting property 'host_info'
1352 Default property 'host_info'
/PHP-7.2/main/
H A Dnetwork.c169 struct hostent *host_info; in php_network_getaddresses() local
239 host_info = NULL; in php_network_getaddresses()
242 host_info = php_network_gethostbyname(host); in php_network_getaddresses()
244 if (host_info == NULL) { in php_network_getaddresses()
253 in = *((struct in_addr *) host_info->h_addr); in php_network_getaddresses()
/PHP-7.2/ext/mysqlnd/
H A Dmysqlnd_connection.c323 if (conn->host_info) { in MYSQLND_METHOD()
324 mnd_pefree(conn->host_info, pers); in MYSQLND_METHOD()
325 conn->host_info = NULL; in MYSQLND_METHOD()
743 conn->host_info = mnd_pestrdup(p, conn->persistent);
745 if (!conn->host_info) {
753 conn->host_info = mnd_pestrdup("Localhost via UNIX socket", conn->persistent);
761 conn->host_info = mnd_pestrdup(p, conn->persistent);
763 if (!conn->host_info) {
770 if (!conn->unix_socket.s || !conn->host_info) {
1452 return conn->host_info;
H A Dmysqlnd_structs.h889 char *host_info; member
/PHP-7.2/ext/mysqli/
H A Dmysqli_api.c1409 RETURN_STRING((mysql->mysql->host_info) ? mysql->mysql->host_info : "");
1411 RETURN_STRING((mysql->mysql->data->host_info) ? mysql->mysql->data->host_info : "");

Completed in 38 milliseconds