MySQL 8.3.0
Source Code Documentation
mysql_connection_attributes_iterator_imp.cc File Reference

Functions

std::tuple< const char *, size_t, bool > parse_length_encoded_string (const char **str, std::vector< char > *connection_attributes_vector)
 Helper function to decode lenght-encoded string and advance to the next length-encoded part. More...
 

Function Documentation

◆ parse_length_encoded_string()

std::tuple< const char *, size_t, bool > parse_length_encoded_string ( const char **  str,
std::vector< char > *  connection_attributes_vector 
)

Helper function to decode lenght-encoded string and advance to the next length-encoded part.