Searched refs:auth_plugin_name (Results 1 – 3 of 3) sorted by relevance
100 const char *auth_plugin_name; member
307 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_handshake()426 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_change_user()
571 if (packet->auth_plugin_name) { in php_mysqlnd_auth_write()572 len = MIN(strlen(packet->auth_plugin_name), sizeof(buffer) - (p - buffer) - 1); in php_mysqlnd_auth_write()573 memcpy(p, packet->auth_plugin_name, len); in php_mysqlnd_auth_write()
Completed in 25 milliseconds