Searched refs:requested_protocol (Results 1 – 3 of 3) sorted by relevance
57 char * requested_protocol = NULL; in mysqlnd_run_authentication() local72 if (!requested_protocol) { in mysqlnd_run_authentication()81 mnd_pefree(requested_protocol, FALSE); in mysqlnd_run_authentication()124 requested_protocol, in mysqlnd_run_authentication()133 requested_protocol, in mysqlnd_run_authentication()144 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()145 mnd_efree(requested_protocol); in mysqlnd_run_authentication()146 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()159 DBG_INF_FMT("saving requested_protocol=%s", requested_protocol); in mysqlnd_run_authentication()166 if (requested_protocol) { in mysqlnd_run_authentication()[all …]
395 MYSQLND_METHOD(mysqlnd_conn_data, fetch_auth_plugin_by_name)(const char * const requested_protocol) in MYSQLND_METHOD()401 mnd_sprintf(&plugin_name, 0, "auth_plugin_%s", requested_protocol); in MYSQLND_METHOD()
509 …ugin * (*func_mysqlnd_conn_data__fetch_auth_plugin_by_name)(const char * const requested_protocol);
Completed in 28 milliseconds