Searched refs:switch_to_auth_protocol_data_len (Results 1 – 2 of 2) sorted by relevance
39 size_t * switch_to_auth_protocol_data_len59 size_t * switch_to_auth_protocol_data_len78 size_t * switch_to_auth_protocol_data_len
94 size_t switch_to_auth_protocol_data_len = 0; in mysqlnd_run_authentication() local132 &switch_to_auth_protocol_data, &switch_to_auth_protocol_data_len in mysqlnd_run_authentication()140 &switch_to_auth_protocol_data, &switch_to_auth_protocol_data_len in mysqlnd_run_authentication()155 plugin_data_len = switch_to_auth_protocol_data_len; in mysqlnd_run_authentication()256 size_t * switch_to_auth_protocol_data_len in mysqlnd_auth_handshake() argument332 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_handshake()336 *switch_to_auth_protocol_data_len = 0; in mysqlnd_auth_handshake()377 size_t * switch_to_auth_protocol_data_len in mysqlnd_auth_change_user() argument455 *switch_to_auth_protocol_data_len = chg_user_resp->new_auth_protocol_data_len; in mysqlnd_auth_change_user()456 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_change_user()[all …]
Completed in 9 milliseconds