Home
last modified time | relevance | path

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

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_auth.h42 size_t * const switch_to_auth_protocol_data_len
64 size_t * const switch_to_auth_protocol_data_len
H A Dmysqlnd_auth.c95 size_t switch_to_auth_protocol_data_len = 0; in mysqlnd_run_authentication() local
135 &switch_to_auth_protocol_data, &switch_to_auth_protocol_data_len in mysqlnd_run_authentication()
144 &switch_to_auth_protocol_data, &switch_to_auth_protocol_data_len in mysqlnd_run_authentication()
159 plugin_data_len = switch_to_auth_protocol_data_len; in mysqlnd_run_authentication()
259 size_t * const switch_to_auth_protocol_data_len in mysqlnd_auth_handshake() argument
327 switch_to_auth_protocol_data, switch_to_auth_protocol_data_len)) { in mysqlnd_auth_handshake()
347 *switch_to_auth_protocol_data_len = 0; in mysqlnd_auth_handshake()
389 size_t * const switch_to_auth_protocol_data_len in mysqlnd_auth_change_user() argument
453 switch_to_auth_protocol_data, switch_to_auth_protocol_data_len)) { in mysqlnd_auth_change_user()
470 *switch_to_auth_protocol_data_len = chg_user_resp.new_auth_protocol_data_len; in mysqlnd_auth_change_user()
[all …]

Completed in 10 milliseconds