Home
last modified time | relevance | path

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

/PHP-7.0/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.phpt1257 Inspecting property 'host_info'
1345 Default property 'host_info'
/PHP-7.0/main/
H A Dnetwork.c181 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 Dmysqlnd.c156 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 Dmysqlnd_structs.h924 char *host_info; member
/PHP-7.0/ext/mysqli/
H A Dmysqli_api.c1405 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 51 milliseconds