Home
last modified time | relevance | path

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

/PHP-8.2/ext/mysqlnd/
H A Dmysqlnd_auth.h38 size_t * const switch_to_auth_protocol_len,
60 size_t * const switch_to_auth_protocol_len,
H A Dmysqlnd_auth.c56 size_t switch_to_auth_protocol_len = 0; in mysqlnd_run_authentication() local
100 switch_to_auth_protocol_len = 0; 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()
250 size_t * const switch_to_auth_protocol_len, in mysqlnd_auth_handshake() argument
319 switch_to_auth_protocol, switch_to_auth_protocol_len, in mysqlnd_auth_handshake()
333 *switch_to_auth_protocol_len = auth_resp_packet.new_auth_protocol_len; in mysqlnd_auth_handshake()
380 size_t * const switch_to_auth_protocol_len, in mysqlnd_auth_change_user() argument
445 switch_to_auth_protocol, switch_to_auth_protocol_len, in mysqlnd_auth_change_user()
461 *switch_to_auth_protocol_len = chg_user_resp.new_auth_protocol_len; in mysqlnd_auth_change_user()

Completed in 9 milliseconds