Home
last modified time | relevance | path

Searched refs:switch_to_auth_protocol (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h219 char ** switch_to_auth_protocol,
238 char ** switch_to_auth_protocol,
H A Dmysqlnd_auth.c46 char ** switch_to_auth_protocol, in mysqlnd_auth_handshake() argument
121 …*switch_to_auth_protocol = mnd_pestrndup(auth_resp_packet->new_auth_protocol, auth_resp_packet->ne… in mysqlnd_auth_handshake()
167 char ** switch_to_auth_protocol, in mysqlnd_auth_change_user() argument
242 …*switch_to_auth_protocol = mnd_pestrndup(chg_user_resp->new_auth_protocol, chg_user_resp->new_auth… in mysqlnd_auth_change_user()
H A Dmysqlnd.c546 char * switch_to_auth_protocol = NULL; in mysqlnd_run_authentication() local
583 switch_to_auth_protocol = NULL; in mysqlnd_run_authentication()
612 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
620 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
627 … DBG_INF_FMT("switch_to_auth_protocol=%s", switch_to_auth_protocol? switch_to_auth_protocol:"n/a"); in mysqlnd_run_authentication()
628 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()
630 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()
640 } while (ret == FAIL && conn->error_info->error_no == 0 && switch_to_auth_protocol != NULL); in mysqlnd_run_authentication()

Completed in 25 milliseconds