Home
last modified time | relevance | path

Searched refs:switch_to_auth_protocol_data (Results 1 – 3 of 3) sorted by last modified time

/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_priv.h221 zend_uchar ** switch_to_auth_protocol_data,
240 zend_uchar ** switch_to_auth_protocol_data,
H A Dmysqlnd_auth.c48 zend_uchar ** switch_to_auth_protocol_data, in mysqlnd_auth_handshake() argument
125 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); 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()
128 *switch_to_auth_protocol_data = NULL; in mysqlnd_auth_handshake()
169 zend_uchar ** switch_to_auth_protocol_data, in mysqlnd_auth_change_user() argument
246 *switch_to_auth_protocol_data = mnd_emalloc(*switch_to_auth_protocol_data_len); 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()
249 *switch_to_auth_protocol_data = NULL; in mysqlnd_auth_change_user()
H A Dmysqlnd.c578 zend_uchar * switch_to_auth_protocol_data = NULL; in mysqlnd_run_authentication() local
613 &switch_to_auth_protocol_data, &switch_to_auth_protocol_data_len in mysqlnd_run_authentication()
621 &switch_to_auth_protocol_data, &switch_to_auth_protocol_data_len in mysqlnd_run_authentication()
637 plugin_data = switch_to_auth_protocol_data; in mysqlnd_run_authentication()

Completed in 15 milliseconds