MySQL 8.0.37
Source Code Documentation
my_base64_decoder_t Struct Reference

#include <base64.h>

Public Attributes

const char * src
 
const char * end
 
uint c
 
int error
 
uchar state
 
uchar mark
 

Member Data Documentation

◆ c

uint my_base64_decoder_t::c

◆ end

const char* my_base64_decoder_t::end

◆ error

int my_base64_decoder_t::error

◆ mark

uchar my_base64_decoder_t::mark

◆ src

const char* my_base64_decoder_t::src

◆ state

uchar my_base64_decoder_t::state

The documentation for this struct was generated from the following file: