Searched refs:switch_to_auth_protocol_data (Results 1 – 2 of 2) sorted by relevance
38 zend_uchar ** switch_to_auth_protocol_data,58 zend_uchar ** switch_to_auth_protocol_data,77 zend_uchar ** switch_to_auth_protocol_data,
93 zend_uchar * switch_to_auth_protocol_data = NULL; 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()156 plugin_data = switch_to_auth_protocol_data; in mysqlnd_run_authentication()251 zend_uchar ** switch_to_auth_protocol_data, in mysqlnd_auth_handshake() argument327 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_handshake()330 *switch_to_auth_protocol_data = NULL; in mysqlnd_auth_handshake()369 zend_uchar ** switch_to_auth_protocol_data, in mysqlnd_auth_change_user() argument443 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_change_user()444 …memcpy(*switch_to_auth_protocol_data, chg_user_resp.new_auth_protocol_data, *switch_to_auth_protoc… in mysqlnd_auth_change_user()[all …]
Completed in 12 milliseconds