Searched refs:switch_to_auth_protocol (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/mysqlnd/ |
| H A D | mysqlnd_priv.h | 219 char ** switch_to_auth_protocol, 238 char ** switch_to_auth_protocol,
|
| H A D | mysqlnd_auth.c | 46 char ** switch_to_auth_protocol, 121 *switch_to_auth_protocol = mnd_pestrndup(auth_resp_packet->new_auth_protocol, auth_resp_packet->new_auth_protocol_len, FALSE); 167 char ** switch_to_auth_protocol, 242 *switch_to_auth_protocol = mnd_pestrndup(chg_user_resp->new_auth_protocol, chg_user_resp->new_auth_protocol_len, FALSE); 33 mysqlnd_auth_handshake(MYSQLND_CONN_DATA * conn, const char * const user, const char * const passwd, const size_t passwd_len, const char * const db, const size_t db_len, const MYSQLND_OPTIONS * const options, unsigned long mysql_flags, unsigned int server_charset_no, zend_bool use_full_blown_auth_packet, const char * const auth_protocol, const zend_uchar * const auth_plugin_data, const size_t auth_plugin_data_len, char ** switch_to_auth_protocol, size_t * switch_to_auth_protocol_len, zend_uchar ** switch_to_auth_protocol_data, size_t * switch_to_auth_protocol_data_len TSRMLS_DC) argument 155 mysqlnd_auth_change_user(MYSQLND_CONN_DATA * const conn, const char * const user, const size_t user_len, const char * const passwd, const size_t passwd_len, const char * const db, const size_t db_len, const zend_bool silent, zend_bool use_full_blown_auth_packet, const char * const auth_protocol, zend_uchar * auth_plugin_data, size_t auth_plugin_data_len, char ** switch_to_auth_protocol, size_t * switch_to_auth_protocol_len, zend_uchar ** switch_to_auth_protocol_data, size_t * switch_to_auth_protocol_data_len TSRMLS_DC) argument
|
| H A D | mysqlnd.c | 534 char * switch_to_auth_protocol = NULL; local 571 switch_to_auth_protocol = NULL; 600 &switch_to_auth_protocol, &switch_to_auth_protocol_len, 608 &switch_to_auth_protocol, &switch_to_auth_protocol_len, 615 DBG_INF_FMT("switch_to_auth_protocol=%s", switch_to_auth_protocol? switch_to_auth_protocol:"n/a"); 616 if (requested_protocol && switch_to_auth_protocol) { 618 requested_protocol = switch_to_auth_protocol; 628 } while (ret == FAIL && conn->error_info->error_no == 0 && switch_to_auth_protocol ! [all...] |
Completed in 12 milliseconds