MySQL 8.0.37
Source Code Documentation
fido_common.h File Reference
#include <cstring>
#include <iostream>
#include <sstream>
#include "my_byteorder.h"
#include "my_inttypes.h"

Go to the source code of this file.

Typedefs

typedef void(* plugin_messages_callback) (const char *msg)
 

Enumerations

enum class  message_type { INFO , ERROR }
 

Functions

void get_plugin_messages (const std::string &msg, message_type type)
 
ucharnet_store_length (uchar *packet, ulonglong length)
 
uint net_length_size (ulonglong num)
 
uint64_t net_field_length_ll (uchar **packet)
 

Variables

plugin_messages_callback mc
 

Typedef Documentation

◆ plugin_messages_callback

typedef void(* plugin_messages_callback) (const char *msg)

Enumeration Type Documentation

◆ message_type

enum class message_type
strong
Enumerator
INFO 
ERROR 

Function Documentation

◆ get_plugin_messages()

void get_plugin_messages ( const std::string &  msg,
message_type  type 
)

◆ net_field_length_ll()

uint64_t net_field_length_ll ( uchar **  packet)
inline

◆ net_length_size()

uint net_length_size ( ulonglong  num)
inline

◆ net_store_length()

uchar * net_store_length ( uchar packet,
ulonglong  length 
)
inline

Variable Documentation

◆ mc