Home
last modified time | relevance | path

Searched refs:new_auth_protocol_len (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h118 size_t new_auth_protocol_len; member
267 size_t new_auth_protocol_len; member
293 size_t new_auth_protocol_len; member
H A Dmysqlnd_auth.c339 …= mnd_pestrndup(auth_resp_packet.new_auth_protocol, auth_resp_packet.new_auth_protocol_len, FALSE); in mysqlnd_auth_handshake()
340 *switch_to_auth_protocol_len = auth_resp_packet.new_auth_protocol_len; in mysqlnd_auth_handshake()
467 …tocol = mnd_pestrndup(chg_user_resp.new_auth_protocol, chg_user_resp.new_auth_protocol_len, FALSE); in mysqlnd_auth_change_user()
468 *switch_to_auth_protocol_len = chg_user_resp.new_auth_protocol_len; in mysqlnd_auth_change_user()
1232 char **new_auth_protocol, size_t *new_auth_protocol_len, in mysqlnd_caching_sha2_handle_server_response() argument
1260 *new_auth_protocol_len = result_packet.new_auth_protocol_len; in mysqlnd_caching_sha2_handle_server_response()
H A Dmysqlnd_wireprotocol.c688 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_auth_response_read()
689 p+= packet->new_auth_protocol_len + 1; /* +1 for the \0 */ in php_mysqlnd_auth_response_read()
753 p->new_auth_protocol_len = 0; in php_mysqlnd_auth_response_free_mem()
2034 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_chg_user_read()
2035 p+= packet->new_auth_protocol_len + 1; /* +1 for the \0 */ in php_mysqlnd_chg_user_read()
2065 p->new_auth_protocol_len = 0; in php_mysqlnd_chg_user_free_mem()
2213 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_cached_sha2_result_read()
2214 p+= packet->new_auth_protocol_len + 1; /* +1 for the \0 */ in php_mysqlnd_cached_sha2_result_read()
H A Dmysqlnd_structs.h1391 char **new_auth_protocol, size_t *new_auth_protocol_len,

Completed in 39 milliseconds