Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c510 struct st_mysqlnd_authentication_plugin * auth_plugin; in MYSQLND_METHOD() local
516 auth_plugin = mysqlnd_plugin_find(plugin_name); in MYSQLND_METHOD()
519 DBG_RETURN(auth_plugin); in MYSQLND_METHOD()
568 …struct st_mysqlnd_authentication_plugin * auth_plugin = conn->m->fetch_auth_plugin_by_name(request… in mysqlnd_run_authentication() local
570 if (!auth_plugin) { in mysqlnd_run_authentication()
601 auth_plugin->methods.get_auth_data(NULL, &scrambled_data_len, conn, user, passwd, passwd_len, in mysqlnd_run_authentication()

Completed in 13 milliseconds