Lines Matching refs:switch_to_auth_protocol
55 char * switch_to_auth_protocol = NULL; in mysqlnd_run_authentication() local
99 switch_to_auth_protocol = NULL; in mysqlnd_run_authentication()
127 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
136 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
143 … DBG_INF_FMT("switch_to_auth_protocol=%s", switch_to_auth_protocol? switch_to_auth_protocol:"n/a"); in mysqlnd_run_authentication()
144 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()
146 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()
156 } while (ret == FAIL && conn->error_info->error_no == 0 && switch_to_auth_protocol != NULL); in mysqlnd_run_authentication()
249 char ** switch_to_auth_protocol, in mysqlnd_auth_handshake() argument
319 switch_to_auth_protocol, switch_to_auth_protocol_len, in mysqlnd_auth_handshake()
332 …*switch_to_auth_protocol = mnd_pestrndup(auth_resp_packet.new_auth_protocol, auth_resp_packet.new_… in mysqlnd_auth_handshake()
379 char ** switch_to_auth_protocol, in mysqlnd_auth_change_user() argument
445 switch_to_auth_protocol, switch_to_auth_protocol_len, in mysqlnd_auth_change_user()
460 …*switch_to_auth_protocol = mnd_pestrndup(chg_user_resp.new_auth_protocol, chg_user_resp.new_auth_p… in mysqlnd_auth_change_user()