Home
last modified time | relevance | path

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

/PHP-5.6/ext/mysqlnd/
H A Dmysqlnd.c545 mnd_sprintf(&plugin_name, 0, "auth_plugin_%s", requested_protocol); in MYSQLND_METHOD()
579 char * requested_protocol = NULL; in mysqlnd_run_authentication() local
594 if (!requested_protocol) { in mysqlnd_run_authentication()
641 requested_protocol, in mysqlnd_run_authentication()
649 requested_protocol, in mysqlnd_run_authentication()
659 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()
660 mnd_efree(requested_protocol); in mysqlnd_run_authentication()
661 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()
674 DBG_INF_FMT("saving requested_protocol=%s", requested_protocol); in mysqlnd_run_authentication()
681 if (requested_protocol) { in mysqlnd_run_authentication()
[all …]
H A Dmysqlnd_structs.h508 …unc_mysqlnd_conn_data__fetch_auth_plugin_by_name)(const char * const requested_protocol TSRMLS_DC);

Completed in 34 milliseconds