Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.c59 char * requested_protocol = NULL; in mysqlnd_run_authentication() local
74 if (!requested_protocol) { in mysqlnd_run_authentication()
83 mnd_pefree(requested_protocol, FALSE); in mysqlnd_run_authentication()
131 requested_protocol, in mysqlnd_run_authentication()
140 requested_protocol, in mysqlnd_run_authentication()
151 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()
152 mnd_efree(requested_protocol); in mysqlnd_run_authentication()
153 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()
166 DBG_INF_FMT("saving requested_protocol=%s", requested_protocol); in mysqlnd_run_authentication()
173 if (requested_protocol) { in mysqlnd_run_authentication()
[all …]
H A Dmysqlnd_connection.c425 MYSQLND_METHOD(mysqlnd_conn_data, fetch_auth_plugin_by_name)(const char * const requested_protocol) in MYSQLND_METHOD()
431 mnd_sprintf(&plugin_name, 0, "auth_plugin_%s", requested_protocol); in MYSQLND_METHOD()
H A Dmysqlnd_structs.h523 …ugin * (*func_mysqlnd_conn_data__fetch_auth_plugin_by_name)(const char * const requested_protocol);

Completed in 22 milliseconds