Searched refs:new_auth_protocol_len (Results 1 – 4 of 4) sorted by relevance
116 size_t new_auth_protocol_len; member265 size_t new_auth_protocol_len; member291 size_t new_auth_protocol_len; member
337 …= mnd_pestrndup(auth_resp_packet.new_auth_protocol, auth_resp_packet.new_auth_protocol_len, FALSE); in mysqlnd_auth_handshake()338 *switch_to_auth_protocol_len = auth_resp_packet.new_auth_protocol_len; in mysqlnd_auth_handshake()465 …tocol = mnd_pestrndup(chg_user_resp.new_auth_protocol, chg_user_resp.new_auth_protocol_len, FALSE); in mysqlnd_auth_change_user()466 *switch_to_auth_protocol_len = chg_user_resp.new_auth_protocol_len; in mysqlnd_auth_change_user()1230 char **new_auth_protocol, size_t *new_auth_protocol_len, in mysqlnd_caching_sha2_handle_server_response() argument1258 *new_auth_protocol_len = result_packet.new_auth_protocol_len; in mysqlnd_caching_sha2_handle_server_response()
694 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_auth_response_read()695 p+= packet->new_auth_protocol_len + 1; /* +1 for the \0 */ in php_mysqlnd_auth_response_read()759 p->new_auth_protocol_len = 0; in php_mysqlnd_auth_response_free_mem()2019 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_chg_user_read()2020 p+= packet->new_auth_protocol_len + 1; /* +1 for the \0 */ in php_mysqlnd_chg_user_read()2050 p->new_auth_protocol_len = 0; in php_mysqlnd_chg_user_free_mem()2200 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_cached_sha2_result_read()2201 p+= packet->new_auth_protocol_len + 1; /* +1 for the \0 */ in php_mysqlnd_cached_sha2_result_read()
1389 char **new_auth_protocol, size_t *new_auth_protocol_len,
Completed in 2557 milliseconds