Searched refs:host_info (Results 1 – 10 of 10) sorted by relevance
/PHP-7.0/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_properties_no_conn.phpt | 71 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 D | mysqli_class_mysqli_interface.phpt | 109 "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 D | bug34810.phpt | 85 [%u|b%"host_info"]=> 125 [%u|b%"host_info"]=>
|
H A D | mysqli_kill.phpt | 116 [%u|b%"host_info"]=>
|
H A D | mysqli_real_connect.phpt | 198 [%u|b%"host_info"]=>
|
H A D | mysqli_class_mysqli_reflection.phpt | 1257 Inspecting property 'host_info' 1345 Default property 'host_info'
|
/PHP-7.0/main/ |
H A D | network.c | 181 struct hostent *host_info; in php_network_getaddresses() local 251 host_info = NULL; in php_network_getaddresses() 254 host_info = php_network_gethostbyname(host); in php_network_getaddresses() 256 if (host_info == NULL) { in php_network_getaddresses() 265 in = *((struct in_addr *) host_info->h_addr); in php_network_getaddresses()
|
/PHP-7.0/ext/mysqlnd/ |
H A D | mysqlnd.c | 156 if (conn->host_info) { in MYSQLND_METHOD() 157 mnd_pefree(conn->host_info, pers); in MYSQLND_METHOD() 158 conn->host_info = NULL; in MYSQLND_METHOD() 1040 conn->host_info = mnd_pestrdup(p, conn->persistent); 1042 if (!conn->host_info) { 1050 conn->host_info = mnd_pestrdup("Localhost via UNIX socket", conn->persistent); 1058 conn->host_info = mnd_pestrdup(p, conn->persistent); 1060 if (!conn->host_info) { 1067 if (!conn->unix_socket || !conn->host_info) { 2098 return conn->host_info;
|
H A D | mysqlnd_structs.h | 924 char *host_info; member
|
/PHP-7.0/ext/mysqli/ |
H A D | mysqli_api.c | 1405 RETURN_STRING((mysql->mysql->host_info) ? mysql->mysql->host_info : ""); 1407 RETURN_STRING((mysql->mysql->data->host_info) ? mysql->mysql->data->host_info : "");
|
Completed in 38 milliseconds