Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.h39 char ** switch_to_auth_protocol,
61 char ** switch_to_auth_protocol,
H A Dmysqlnd_auth.c57 char * switch_to_auth_protocol = NULL; in mysqlnd_run_authentication() local
99 switch_to_auth_protocol = NULL; in mysqlnd_run_authentication()
134 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
143 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
150 … DBG_INF_FMT("switch_to_auth_protocol=%s", switch_to_auth_protocol? switch_to_auth_protocol:"n/a"); in mysqlnd_run_authentication()
151 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()
153 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()
256 char ** switch_to_auth_protocol, in mysqlnd_auth_handshake() argument
326 switch_to_auth_protocol, switch_to_auth_protocol_len, in mysqlnd_auth_handshake()
386 char ** switch_to_auth_protocol, in mysqlnd_auth_change_user() argument
[all …]

Completed in 11 milliseconds