Home
last modified time | relevance | path

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

/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd_priv.h202 char ** switch_to_auth_protocol,
221 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.c574 char * switch_to_auth_protocol = NULL; in mysqlnd_run_authentication() local
611 switch_to_auth_protocol = NULL; in mysqlnd_run_authentication()
640 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
648 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
655 … DBG_INF_FMT("switch_to_auth_protocol=%s", switch_to_auth_protocol? switch_to_auth_protocol:"n/a"); in mysqlnd_run_authentication()
656 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()
658 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()
668 } while (ret == FAIL && conn->error_info->error_no == 0 && switch_to_auth_protocol != NULL); in mysqlnd_run_authentication()

Completed in 17 milliseconds