Searched refs:new_auth_protocol_len (Results 1 – 3 of 3) sorted by relevance
122 …mnd_pestrndup(auth_resp_packet->new_auth_protocol, auth_resp_packet->new_auth_protocol_len, FALSE); in mysqlnd_auth_handshake()123 *switch_to_auth_protocol_len = auth_resp_packet->new_auth_protocol_len; in mysqlnd_auth_handshake()243 …col = mnd_pestrndup(chg_user_resp->new_auth_protocol, chg_user_resp->new_auth_protocol_len, FALSE); in mysqlnd_auth_change_user()244 *switch_to_auth_protocol_len = chg_user_resp->new_auth_protocol_len; in mysqlnd_auth_change_user()
125 size_t new_auth_protocol_len; member283 size_t new_auth_protocol_len; member
618 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_auth_response_read()619 p+= packet->new_auth_protocol_len + 1; /* +1 for the \0 */ in php_mysqlnd_auth_response_read()682 p->new_auth_protocol_len = 0; in php_mysqlnd_auth_response_free_mem()2041 packet->new_auth_protocol_len = strlen(packet->new_auth_protocol); in php_mysqlnd_chg_user_read()2042 p+= packet->new_auth_protocol_len + 1; /* +1 for the \0 */ in php_mysqlnd_chg_user_read()2072 p->new_auth_protocol_len = 0; in php_mysqlnd_chg_user_free_mem()
Completed in 21 milliseconds