Searched refs:auth_plugin_name (Results 1 – 3 of 3) sorted by relevance
88 const char *auth_plugin_name; member
303 auth_packet.auth_plugin_name = auth_protocol; in mysqlnd_auth_handshake()427 auth_packet.auth_plugin_name = auth_protocol; in mysqlnd_auth_change_user()
572 if (packet->auth_plugin_name) { in php_mysqlnd_auth_write()573 len = MIN(strlen(packet->auth_plugin_name), sizeof(buffer) - (p - buffer) - 1); in php_mysqlnd_auth_write()574 memcpy(p, packet->auth_plugin_name, len); in php_mysqlnd_auth_write()
Completed in 28 milliseconds