Searched refs:auth_plugin_name (Results 1 – 3 of 3) sorted by relevance
105 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_handshake()220 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_change_user()
100 const char *auth_plugin_name; member
538 if (packet->auth_plugin_name) { in php_mysqlnd_auth_write()539 size_t len = MIN(strlen(packet->auth_plugin_name), sizeof(buffer) - (p - buffer) - 1); in php_mysqlnd_auth_write()540 memcpy(p, packet->auth_plugin_name, len); in php_mysqlnd_auth_write()
Completed in 19 milliseconds