Home
last modified time | relevance | path

Searched refs:new_auth_protocol (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h115 char *new_auth_protocol; member
262 char *new_auth_protocol; member
288 char *new_auth_protocol; member
H A Dmysqlnd_auth.c328 if (!auth_resp_packet.new_auth_protocol) { in mysqlnd_auth_handshake()
332 …*switch_to_auth_protocol = mnd_pestrndup(auth_resp_packet.new_auth_protocol, auth_resp_packet.new_… in mysqlnd_auth_handshake()
456 if (!chg_user_resp.new_auth_protocol) { in mysqlnd_auth_change_user()
460 …*switch_to_auth_protocol = mnd_pestrndup(chg_user_resp.new_auth_protocol, chg_user_resp.new_auth_p… in mysqlnd_auth_change_user()
1233 char **new_auth_protocol, size_t *new_auth_protocol_len, in mysqlnd_caching_sha2_handle_server_response() argument
1260 *new_auth_protocol = result_packet.new_auth_protocol; in mysqlnd_caching_sha2_handle_server_response()
H A Dmysqlnd_wireprotocol.c669 packet->new_auth_protocol = mnd_pestrdup((char *)p, FALSE); in php_mysqlnd_auth_response_read()
670 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_auth_response_read()
731 if (p->new_auth_protocol) { in php_mysqlnd_auth_response_free_mem()
732 mnd_efree(p->new_auth_protocol); in php_mysqlnd_auth_response_free_mem()
733 p->new_auth_protocol = NULL; in php_mysqlnd_auth_response_free_mem()
1886 packet->new_auth_protocol = mnd_pestrdup((char *)p, FALSE); in php_mysqlnd_chg_user_read()
1887 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_chg_user_read()
1914 if (p->new_auth_protocol) { in php_mysqlnd_chg_user_free_mem()
1915 mnd_efree(p->new_auth_protocol); in php_mysqlnd_chg_user_free_mem()
1916 p->new_auth_protocol = NULL; in php_mysqlnd_chg_user_free_mem()
[all …]
H A Dmysqlnd_connection.c1497 char * new_auth_protocol = value? mnd_pestrdup(value, conn->persistent) : NULL; local
1501 conn->options->auth_protocol = new_auth_protocol;
H A Dmysqlnd_structs.h1341 char **new_auth_protocol, size_t *new_auth_protocol_len,

Completed in 36 milliseconds