MySQL 9.0.0
Source Code Documentation
result.h File Reference
#include "xcom/x_platform.h"

Go to the source code of this file.

Classes

struct  result
 

Typedefs

typedef struct result result
 

Enumerations

enum  err_limits { errno_max = 1000000 , ssl_zero = 2000000 }
 

Functions

static int to_errno (int err)
 
static int to_ssl_err (int err)
 
static int from_errno (int err)
 
static int from_ssl_err (int err)
 
static int is_ssl_err (int err)
 

Typedef Documentation

◆ result

typedef struct result result

Enumeration Type Documentation

◆ err_limits

enum err_limits
Enumerator
errno_max 
ssl_zero 

Function Documentation

◆ from_errno()

static int from_errno ( int  err)
inlinestatic

◆ from_ssl_err()

static int from_ssl_err ( int  err)
inlinestatic

◆ is_ssl_err()

static int is_ssl_err ( int  err)
inlinestatic

◆ to_errno()

static int to_errno ( int  err)
inlinestatic

◆ to_ssl_err()

static int to_ssl_err ( int  err)
inlinestatic