MySQL 8.3.0
Source Code Documentation
xcom_network_provider_native_lib.cc File Reference
#include "xcom/network/xcom_network_provider_native_lib.h"
#include "xcom/site_def.h"
#include "xcom/task.h"
#include "xcom/task_debug.h"
#include "xcom/task_net.h"
#include "xcom/task_os.h"
#include "xcom/x_platform.h"
#include "xcom/xcom_base.h"
#include "xcom/xcom_transport.h"
#include <poll.h>

Macros

#define CONNECT_FAIL
 

Functions

static void dump_error (int err)
 
int set_xcom_socket_accept_cb (xcom_socket_accept_cb x)
 

Variables

static xcom_socket_accept_cb xcom_socket_accept_callback = nullptr
 

Macro Definition Documentation

◆ CONNECT_FAIL

#define CONNECT_FAIL
Value:
ret_fd = -1; \
goto end
Cursor end()
A past-the-end Cursor.
Definition: rules_table_service.cc:191

Function Documentation

◆ dump_error()

static void dump_error ( int  err)
inlinestatic

◆ set_xcom_socket_accept_cb()

int set_xcom_socket_accept_cb ( xcom_socket_accept_cb  x)

Variable Documentation

◆ xcom_socket_accept_callback

xcom_socket_accept_cb xcom_socket_accept_callback = nullptr
static