Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_auth.c57 char * requested_protocol = NULL; in mysqlnd_run_authentication() local
72 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 …]
H A Dmysqlnd_connection.c395 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()
H A Dmysqlnd_structs.h508 …ugin * (*func_mysqlnd_conn_data__fetch_auth_plugin_by_name)(const char * const requested_protocol);

Completed in 22 milliseconds