Lines Matching refs:switch_to_auth_protocol_data
94 zend_uchar * switch_to_auth_protocol_data = NULL; in mysqlnd_run_authentication() local
128 &switch_to_auth_protocol_data, &switch_to_auth_protocol_data_len in mysqlnd_run_authentication()
137 &switch_to_auth_protocol_data, &switch_to_auth_protocol_data_len in mysqlnd_run_authentication()
153 plugin_data = switch_to_auth_protocol_data; in mysqlnd_run_authentication()
251 zend_uchar ** switch_to_auth_protocol_data, in mysqlnd_auth_handshake() argument
320 switch_to_auth_protocol_data, switch_to_auth_protocol_data_len)) { in mysqlnd_auth_handshake()
336 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_handshake()
337 …memcpy(*switch_to_auth_protocol_data, auth_resp_packet.new_auth_protocol_data, *switch_to_auth_pro… in mysqlnd_auth_handshake()
339 *switch_to_auth_protocol_data = NULL; in mysqlnd_auth_handshake()
381 zend_uchar ** switch_to_auth_protocol_data, in mysqlnd_auth_change_user() argument
446 switch_to_auth_protocol_data, switch_to_auth_protocol_data_len)) { in mysqlnd_auth_change_user()
464 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); in mysqlnd_auth_change_user()
465 …memcpy(*switch_to_auth_protocol_data, chg_user_resp.new_auth_protocol_data, *switch_to_auth_protoc… in mysqlnd_auth_change_user()
467 *switch_to_auth_protocol_data = NULL; in mysqlnd_auth_change_user()