Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h117 zend_uchar *new_auth_protocol_data; member
264 zend_uchar *new_auth_protocol_data; member
290 zend_uchar *new_auth_protocol_data; member
H A Dmysqlnd_auth.c334 if (auth_resp_packet.new_auth_protocol_data) { 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()
462 if (chg_user_resp.new_auth_protocol_data) { 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()
1234 zend_uchar **new_auth_protocol_data, size_t *new_auth_protocol_data_len in mysqlnd_caching_sha2_handle_server_response() argument
1262 *new_auth_protocol_data = result_packet.new_auth_protocol_data; in mysqlnd_caching_sha2_handle_server_response()
H A Dmysqlnd_wireprotocol.c675 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read()
676 memcpy(packet->new_auth_protocol_data, p, packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read()
737 if (p->new_auth_protocol_data) { in php_mysqlnd_auth_response_free_mem()
738 mnd_efree(p->new_auth_protocol_data); in php_mysqlnd_auth_response_free_mem()
739 p->new_auth_protocol_data = NULL; in php_mysqlnd_auth_response_free_mem()
1891 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read()
1892 memcpy(packet->new_auth_protocol_data, p, packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read()
1920 if (p->new_auth_protocol_data) { in php_mysqlnd_chg_user_free_mem()
1921 mnd_efree(p->new_auth_protocol_data); in php_mysqlnd_chg_user_free_mem()
1922 p->new_auth_protocol_data = NULL; in php_mysqlnd_chg_user_free_mem()
[all …]
H A Dmysqlnd_structs.h1342 zend_uchar **new_auth_protocol_data, size_t *new_auth_protocol_data_len

Completed in 24 milliseconds