Home
last modified time | relevance | path

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

/PHP-7.1/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h129 zend_uchar *new_auth_protocol_data; member
279 zend_uchar *new_auth_protocol_data; member
H A Dmysqlnd_auth.c330 if (auth_resp_packet->new_auth_protocol_data) { in mysqlnd_auth_handshake()
333 …memcpy(*switch_to_auth_protocol_data, auth_resp_packet->new_auth_protocol_data, *switch_to_auth_pr… in mysqlnd_auth_handshake()
451 if (chg_user_resp->new_auth_protocol_data) { in mysqlnd_auth_change_user()
454 …memcpy(*switch_to_auth_protocol_data, chg_user_resp->new_auth_protocol_data, *switch_to_auth_proto… in mysqlnd_auth_change_user()
H A Dmysqlnd_wireprotocol.c710 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read()
711 memcpy(packet->new_auth_protocol_data, p, packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read()
772 if (p->new_auth_protocol_data) { in php_mysqlnd_auth_response_free_mem()
773 mnd_efree(p->new_auth_protocol_data); in php_mysqlnd_auth_response_free_mem()
774 p->new_auth_protocol_data = NULL; in php_mysqlnd_auth_response_free_mem()
2136 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read()
2137 memcpy(packet->new_auth_protocol_data, p, packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read()
2140 …INF_FMT("Server salt : [%*s]", packet->new_auth_protocol_data_len, packet->new_auth_protocol_data); in php_mysqlnd_chg_user_read()
2165 if (p->new_auth_protocol_data) { in php_mysqlnd_chg_user_free_mem()
2166 mnd_efree(p->new_auth_protocol_data); in php_mysqlnd_chg_user_free_mem()
[all …]

Completed in 24 milliseconds