Home
last modified time | relevance | path

Searched refs:new_auth_protocol_data (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h119 zend_uchar *new_auth_protocol_data; member
268 zend_uchar *new_auth_protocol_data; member
294 zend_uchar *new_auth_protocol_data; member
H A Dmysqlnd_auth.c341 if (auth_resp_packet.new_auth_protocol_data) { in mysqlnd_auth_handshake()
344 …memcpy(*switch_to_auth_protocol_data, auth_resp_packet.new_auth_protocol_data, *switch_to_auth_pro… in mysqlnd_auth_handshake()
469 if (chg_user_resp.new_auth_protocol_data) { in mysqlnd_auth_change_user()
472 …memcpy(*switch_to_auth_protocol_data, chg_user_resp.new_auth_protocol_data, *switch_to_auth_protoc… in mysqlnd_auth_change_user()
1233 zend_uchar **new_auth_protocol_data, size_t *new_auth_protocol_data_len in mysqlnd_caching_sha2_handle_server_response() argument
1261 *new_auth_protocol_data = result_packet.new_auth_protocol_data; in mysqlnd_caching_sha2_handle_server_response()
H A Dmysqlnd_wireprotocol.c693 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read()
694 memcpy(packet->new_auth_protocol_data, p, packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read()
755 if (p->new_auth_protocol_data) { in php_mysqlnd_auth_response_free_mem()
756 mnd_efree(p->new_auth_protocol_data); in php_mysqlnd_auth_response_free_mem()
757 p->new_auth_protocol_data = NULL; in php_mysqlnd_auth_response_free_mem()
2038 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read()
2039 memcpy(packet->new_auth_protocol_data, p, packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read()
2067 if (p->new_auth_protocol_data) { in php_mysqlnd_chg_user_free_mem()
2068 mnd_efree(p->new_auth_protocol_data); in php_mysqlnd_chg_user_free_mem()
2069 p->new_auth_protocol_data = NULL; in php_mysqlnd_chg_user_free_mem()
[all …]
H A Dmysqlnd_structs.h1392 zend_uchar **new_auth_protocol_data, size_t *new_auth_protocol_data_len

Completed in 28 milliseconds