Home
last modified time | relevance | path

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

/PHP-8.0/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
97 switch_to_auth_protocol = NULL; in mysqlnd_run_authentication()
132 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
141 &switch_to_auth_protocol, &switch_to_auth_protocol_len, in mysqlnd_run_authentication()
148 … DBG_INF_FMT("switch_to_auth_protocol=%s", switch_to_auth_protocol? switch_to_auth_protocol:"n/a"); in mysqlnd_run_authentication()
149 if (requested_protocol && switch_to_auth_protocol) { in mysqlnd_run_authentication()
151 requested_protocol = switch_to_auth_protocol; in mysqlnd_run_authentication()
254 char ** switch_to_auth_protocol, in mysqlnd_auth_handshake() argument
324 switch_to_auth_protocol, switch_to_auth_protocol_len, in mysqlnd_auth_handshake()
384 char ** switch_to_auth_protocol, in mysqlnd_auth_change_user() argument
[all …]

Completed in 7 milliseconds