Home
last modified time | relevance | path

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

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h126 zend_uchar *new_auth_protocol_data; member
284 zend_uchar *new_auth_protocol_data; member
H A Dmysqlnd_auth.c123 if (auth_resp_packet->new_auth_protocol_data) { in mysqlnd_auth_handshake()
126 …memcpy(*switch_to_auth_protocol_data, auth_resp_packet->new_auth_protocol_data, *switch_to_auth_pr… in mysqlnd_auth_handshake()
244 if (chg_user_resp->new_auth_protocol_data) { in mysqlnd_auth_change_user()
247 …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.c687 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read()
688 memcpy(packet->new_auth_protocol_data, p, packet->new_auth_protocol_data_len); in php_mysqlnd_auth_response_read()
748 if (p->new_auth_protocol_data) { in php_mysqlnd_auth_response_free_mem()
749 mnd_efree(p->new_auth_protocol_data); in php_mysqlnd_auth_response_free_mem()
750 p->new_auth_protocol_data = NULL; in php_mysqlnd_auth_response_free_mem()
2061 packet->new_auth_protocol_data = mnd_emalloc(packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read()
2062 memcpy(packet->new_auth_protocol_data, p, packet->new_auth_protocol_data_len); in php_mysqlnd_chg_user_read()
2065 …INF_FMT("Server salt : [%*s]", packet->new_auth_protocol_data_len, packet->new_auth_protocol_data); in php_mysqlnd_chg_user_read()
2090 if (p->new_auth_protocol_data) { in php_mysqlnd_chg_user_free_mem()
2091 mnd_efree(p->new_auth_protocol_data); in php_mysqlnd_chg_user_free_mem()
[all …]

Completed in 28 milliseconds