Searched refs:new_auth_protocol_data (Results 1 – 4 of 4) sorted by relevance
/php-src/ext/mysqlnd/ |
H A D | mysqlnd_wireprotocol.h | 117 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 D | mysqlnd_auth.c | 334 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 D | mysqlnd_wireprotocol.c | 690 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read() 691 memcpy(packet->new_auth_protocol_data, p, packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read() 752 if (p->new_auth_protocol_data) { in php_mysqlnd_auth_response_free_mem() 753 mnd_efree(p->new_auth_protocol_data); in php_mysqlnd_auth_response_free_mem() 754 p->new_auth_protocol_data = NULL; in php_mysqlnd_auth_response_free_mem() 1908 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read() 1909 memcpy(packet->new_auth_protocol_data, p, packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read() 1937 if (p->new_auth_protocol_data) { in php_mysqlnd_chg_user_free_mem() 1938 mnd_efree(p->new_auth_protocol_data); in php_mysqlnd_chg_user_free_mem() 1939 p->new_auth_protocol_data = NULL; in php_mysqlnd_chg_user_free_mem() [all …]
|
H A D | mysqlnd_structs.h | 1341 zend_uchar **new_auth_protocol_data, size_t *new_auth_protocol_data_len
|
Completed in 51 milliseconds