Home
last modified time | relevance | path

Searched refs:auth_plugin_name (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h100 const char *auth_plugin_name; member
H A Dmysqlnd_auth.c100 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_handshake()
219 auth_packet->auth_plugin_name = auth_protocol; in mysqlnd_auth_change_user()
H A Dmysqlnd_wireprotocol.c556 if (packet->auth_plugin_name) { in php_mysqlnd_auth_write()
557 size_t len = MIN(strlen(packet->auth_plugin_name), sizeof(buffer) - (p - buffer) - 1); in php_mysqlnd_auth_write()
558 memcpy(p, packet->auth_plugin_name, len); in php_mysqlnd_auth_write()

Completed in 14 milliseconds