Lines Matching refs:switch_to_auth_protocol
55 char * switch_to_auth_protocol = NULL; in mysqlnd_run_authentication() local
97 switch_to_auth_protocol = NULL; in mysqlnd_run_authentication()
132 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
141 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
148 … DBG_INF_FMT("switch_to_auth_protocol=%s", switch_to_auth_protocol? switch_to_auth_protocol:"n/a"); in mysqlnd_run_authentication()
149 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()
151 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()
161 } while (ret == FAIL && conn->error_info->error_no == 0 && switch_to_auth_protocol != NULL); in mysqlnd_run_authentication()
254 char ** switch_to_auth_protocol, in mysqlnd_auth_handshake() argument
324 switch_to_auth_protocol, switch_to_auth_protocol_len, in mysqlnd_auth_handshake()
337 …*switch_to_auth_protocol = mnd_pestrndup(auth_resp_packet.new_auth_protocol, auth_resp_packet.new_… in mysqlnd_auth_handshake()
384 char ** switch_to_auth_protocol, in mysqlnd_auth_change_user() argument
450 switch_to_auth_protocol, switch_to_auth_protocol_len, in mysqlnd_auth_change_user()
465 …*switch_to_auth_protocol = mnd_pestrndup(chg_user_resp.new_auth_protocol, chg_user_resp.new_auth_p… in mysqlnd_auth_change_user()