Home
last modified time | relevance | path

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

/php-src/ext/mysqlnd/
H A Dmysqlnd_wireprotocol.h116 size_t new_auth_protocol_len; member
263 size_t new_auth_protocol_len; member
289 size_t new_auth_protocol_len; member
H A Dmysqlnd_auth.c332 …= mnd_pestrndup(auth_resp_packet.new_auth_protocol, auth_resp_packet.new_auth_protocol_len, FALSE); in mysqlnd_auth_handshake()
333 *switch_to_auth_protocol_len = auth_resp_packet.new_auth_protocol_len; in mysqlnd_auth_handshake()
460 …tocol = mnd_pestrndup(chg_user_resp.new_auth_protocol, chg_user_resp.new_auth_protocol_len, FALSE); in mysqlnd_auth_change_user()
461 *switch_to_auth_protocol_len = chg_user_resp.new_auth_protocol_len; in mysqlnd_auth_change_user()
1233 char **new_auth_protocol, size_t *new_auth_protocol_len, in mysqlnd_caching_sha2_handle_server_response() argument
1261 *new_auth_protocol_len = result_packet.new_auth_protocol_len; in mysqlnd_caching_sha2_handle_server_response()
H A Dmysqlnd_wireprotocol.c670 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_auth_response_read()
671 p+= packet->new_auth_protocol_len + 1; /* +1 for the \0 */ in php_mysqlnd_auth_response_read()
735 p->new_auth_protocol_len = 0; in php_mysqlnd_auth_response_free_mem()
1887 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_chg_user_read()
1888 p+= packet->new_auth_protocol_len + 1; /* +1 for the \0 */ in php_mysqlnd_chg_user_read()
1918 p->new_auth_protocol_len = 0; in php_mysqlnd_chg_user_free_mem()
2068 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_cached_sha2_result_read()
2069 p+= packet->new_auth_protocol_len + 1; /* +1 for the \0 */ in php_mysqlnd_cached_sha2_result_read()
H A Dmysqlnd_structs.h1341 char **new_auth_protocol, size_t *new_auth_protocol_len,

Completed in 30 milliseconds