Searched refs:host_info (Results 1 – 11 of 11) sorted by relevance
/PHP-8.3/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_interface.phpt | 103 "host_info" => true, 200 assert(mysqli_get_host_info($link) === $mysqli->host_info); 201 printf("mysqli->host_info = '%s'/%s ('%s'/%s)\n", 202 $mysqli->host_info, gettype($mysqli->host_info), 283 mysqli->host_info = '%s'/string ('%s'/string)
|
H A D | bug34810.phpt | 84 ["host_info"]=>
|
H A D | bug55283.phpt | 18 if (false === strpos($link->host_info, 'TCP/IP'))
|
H A D | mysqli_kill.phpt | 107 ["host_info"]=>
|
H A D | bug51647.phpt | 18 if (false === strpos($link->host_info, 'TCP/IP'))
|
H A D | mysqli_class_mysqli_properties_no_conn.phpt | 120 $mysqli->host_info;
|
/PHP-8.3/main/ |
H A D | network.c | 166 struct hostent *host_info; local 248 host_info = NULL; 251 host_info = php_network_gethostbyname(host); 253 if (host_info == NULL) { 266 in = *((struct in_addr *) host_info->h_addr);
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_connection.c | 297 if (conn->host_info) { in MYSQLND_METHOD() 298 mnd_pefree(conn->host_info, pers); in MYSQLND_METHOD() 299 conn->host_info = NULL; in MYSQLND_METHOD() 681 conn->host_info = mnd_pestrdup(p, conn->persistent); 687 conn->host_info = mnd_pestrdup("Localhost via UNIX socket", conn->persistent); 695 conn->host_info = mnd_pestrdup(p, conn->persistent); 700 if (!conn->unix_socket.s || !conn->host_info) { 1228 return conn->host_info;
|
H A D | mysqlnd_structs.h | 899 char *host_info; member
|
/PHP-8.3/ext/mysqli/ |
H A D | mysqli.stub.php | 693 public string $host_info; variable in mysqli
|
H A D | mysqli_api.c | 912 RETURN_STRING((mysql->mysql->data->host_info) ? mysql->mysql->data->host_info : ""); in PHP_FUNCTION()
|
Completed in 42 milliseconds