Searched refs:requested_protocol (Results 1 - 2 of 2) sorted by relevance
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd.c | 496 MYSQLND_METHOD(mysqlnd_conn_data, fetch_auth_plugin_by_name)(const char * const requested_protocol TSRMLS_DC) 502 mnd_sprintf(&plugin_name, 0, "auth_plugin_%s", requested_protocol); 536 char * requested_protocol = NULL; local 550 requested_protocol = mnd_pestrdup(auth_protocol? auth_protocol : MYSQLND_DEFAULT_AUTH_PROTOCOL, FALSE); 551 if (!requested_protocol) { 556 struct st_mysqlnd_authentication_plugin * auth_plugin = conn->m->fetch_auth_plugin_by_name(requested_protocol TSRMLS_CC); 559 php_error_docref(NULL TSRMLS_CC, E_WARNING, "The server requested authentication method unknown to the client [%s]", requested_protocol); 598 requested_protocol, 606 requested_protocol, 616 if (requested_protocol [all...] |
| H A D | mysqlnd_structs.h | 498 typedef struct st_mysqlnd_authentication_plugin * (*func_mysqlnd_conn_data__fetch_auth_plugin_by_name)(const char * const requested_protocol TSRMLS_DC);
|
Completed in 8 milliseconds