Home
last modified time | relevance | path

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

/PHP-8.1/ext/mysqlnd/
H A Dmysqlnd_auth.h37 char ** switch_to_auth_protocol,
59 char ** switch_to_auth_protocol,
H A Dmysqlnd_auth.c55 char * switch_to_auth_protocol = NULL; in mysqlnd_run_authentication() local
99 switch_to_auth_protocol = NULL; in mysqlnd_run_authentication()
127 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
136 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
143 … DBG_INF_FMT("switch_to_auth_protocol=%s", switch_to_auth_protocol? switch_to_auth_protocol:"n/a"); in mysqlnd_run_authentication()
144 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()
146 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()
249 char ** switch_to_auth_protocol, in mysqlnd_auth_handshake() argument
319 switch_to_auth_protocol, switch_to_auth_protocol_len, in mysqlnd_auth_handshake()
379 char ** switch_to_auth_protocol, in mysqlnd_auth_change_user() argument
[all …]

Completed in 9 milliseconds