Lines Matching refs:switch_to_auth_protocol_data
92 zend_uchar * switch_to_auth_protocol_data = NULL; in mysqlnd_run_authentication() local
133 &switch_to_auth_protocol_data, &switch_to_auth_protocol_data_len in mysqlnd_run_authentication()
142 &switch_to_auth_protocol_data, &switch_to_auth_protocol_data_len in mysqlnd_run_authentication()
158 plugin_data = switch_to_auth_protocol_data; in mysqlnd_run_authentication()
256 zend_uchar ** switch_to_auth_protocol_data, in mysqlnd_auth_handshake() argument
325 switch_to_auth_protocol_data, switch_to_auth_protocol_data_len)) { in mysqlnd_auth_handshake()
341 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_handshake()
342 …memcpy(*switch_to_auth_protocol_data, auth_resp_packet.new_auth_protocol_data, *switch_to_auth_pro… in mysqlnd_auth_handshake()
344 *switch_to_auth_protocol_data = NULL; in mysqlnd_auth_handshake()
386 zend_uchar ** switch_to_auth_protocol_data, in mysqlnd_auth_change_user() argument
451 switch_to_auth_protocol_data, switch_to_auth_protocol_data_len)) { in mysqlnd_auth_change_user()
469 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_change_user()
470 …memcpy(*switch_to_auth_protocol_data, chg_user_resp.new_auth_protocol_data, *switch_to_auth_protoc… in mysqlnd_auth_change_user()
472 *switch_to_auth_protocol_data = NULL; in mysqlnd_auth_change_user()