Searched refs:requested_protocol (Results 1 – 3 of 3) sorted by relevance
59 char * requested_protocol = NULL; in mysqlnd_run_authentication() local74 if (!requested_protocol) { in mysqlnd_run_authentication()83 mnd_pefree(requested_protocol, FALSE); in mysqlnd_run_authentication()129 requested_protocol, in mysqlnd_run_authentication()137 requested_protocol, in mysqlnd_run_authentication()147 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()148 mnd_efree(requested_protocol); in mysqlnd_run_authentication()149 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()162 DBG_INF_FMT("saving requested_protocol=%s", requested_protocol); in mysqlnd_run_authentication()169 if (requested_protocol) { in mysqlnd_run_authentication()[all …]
434 MYSQLND_METHOD(mysqlnd_conn_data, fetch_auth_plugin_by_name)(const char * const requested_protocol) in MYSQLND_METHOD()440 mnd_sprintf(&plugin_name, 0, "auth_plugin_%s", requested_protocol); in MYSQLND_METHOD()
470 …ugin * (*func_mysqlnd_conn_data__fetch_auth_plugin_by_name)(const char * const requested_protocol);
Completed in 39 milliseconds