MySQL 8.4.0
Source Code Documentation
openssl_msg.h File Reference
#include <string>
#include <system_error>
#include "mysql/harness/stdx/expected.h"

Go to the source code of this file.

Functions

stdx::expected< std::string, std::error_code > openssl_msg_version_to_string (int ver)
 
stdx::expected< std::string, std::error_code > openssl_msg_content_type_to_string (int ct)
 
stdx::expected< std::string, std::error_code > openssl_msg_content_to_string (int ct, const unsigned char *buf, size_t len)
 

Function Documentation

◆ openssl_msg_content_to_string()

stdx::expected< std::string, std::error_code > openssl_msg_content_to_string ( int  ct,
const unsigned char *  buf,
size_t  len 
)

◆ openssl_msg_content_type_to_string()

stdx::expected< std::string, std::error_code > openssl_msg_content_type_to_string ( int  ct)

◆ openssl_msg_version_to_string()

stdx::expected< std::string, std::error_code > openssl_msg_version_to_string ( int  ver)