Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c514 mnd_sprintf(&plugin_name, 0, "auth_plugin_%s", requested_protocol); in MYSQLND_METHOD()
548 char * requested_protocol = NULL; in mysqlnd_run_authentication() local
563 if (!requested_protocol) { in mysqlnd_run_authentication()
610 requested_protocol, in mysqlnd_run_authentication()
618 requested_protocol, in mysqlnd_run_authentication()
628 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()
629 mnd_efree(requested_protocol); in mysqlnd_run_authentication()
630 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()
643 DBG_INF_FMT("saving requested_protocol=%s", requested_protocol); in mysqlnd_run_authentication()
650 if (requested_protocol) { in mysqlnd_run_authentication()
[all …]
H A Dmysqlnd_structs.h498 …unc_mysqlnd_conn_data__fetch_auth_plugin_by_name)(const char * const requested_protocol TSRMLS_DC);

Completed in 40 milliseconds