Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
asyncerr.h File Reference
#include <openssl/symhacks.h>
+ Include dependency graph for asyncerr.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ASYNC_F_ASYNC_CTX_NEW   100
 
#define ASYNC_F_ASYNC_INIT_THREAD   101
 
#define ASYNC_F_ASYNC_JOB_NEW   102
 
#define ASYNC_F_ASYNC_PAUSE_JOB   103
 
#define ASYNC_F_ASYNC_START_FUNC   104
 
#define ASYNC_F_ASYNC_START_JOB   105
 
#define ASYNC_F_ASYNC_WAIT_CTX_SET_WAIT_FD   106
 
#define ASYNC_R_FAILED_TO_SET_POOL   101
 
#define ASYNC_R_FAILED_TO_SWAP_CONTEXT   102
 
#define ASYNC_R_INIT_FAILED   105
 
#define ASYNC_R_INVALID_POOL_SIZE   103
 

Functions

int ERR_load_ASYNC_strings (void)
 

Macro Definition Documentation

◆ ASYNC_F_ASYNC_CTX_NEW

#define ASYNC_F_ASYNC_CTX_NEW   100

Definition at line 26 of file asyncerr.h.

◆ ASYNC_F_ASYNC_INIT_THREAD

#define ASYNC_F_ASYNC_INIT_THREAD   101

Definition at line 27 of file asyncerr.h.

◆ ASYNC_F_ASYNC_JOB_NEW

#define ASYNC_F_ASYNC_JOB_NEW   102

Definition at line 28 of file asyncerr.h.

◆ ASYNC_F_ASYNC_PAUSE_JOB

#define ASYNC_F_ASYNC_PAUSE_JOB   103

Definition at line 29 of file asyncerr.h.

◆ ASYNC_F_ASYNC_START_FUNC

#define ASYNC_F_ASYNC_START_FUNC   104

Definition at line 30 of file asyncerr.h.

◆ ASYNC_F_ASYNC_START_JOB

#define ASYNC_F_ASYNC_START_JOB   105

Definition at line 31 of file asyncerr.h.

◆ ASYNC_F_ASYNC_WAIT_CTX_SET_WAIT_FD

#define ASYNC_F_ASYNC_WAIT_CTX_SET_WAIT_FD   106

Definition at line 32 of file asyncerr.h.

◆ ASYNC_R_FAILED_TO_SET_POOL

#define ASYNC_R_FAILED_TO_SET_POOL   101

Definition at line 37 of file asyncerr.h.

◆ ASYNC_R_FAILED_TO_SWAP_CONTEXT

#define ASYNC_R_FAILED_TO_SWAP_CONTEXT   102

Definition at line 38 of file asyncerr.h.

◆ ASYNC_R_INIT_FAILED

#define ASYNC_R_INIT_FAILED   105

Definition at line 39 of file asyncerr.h.

◆ ASYNC_R_INVALID_POOL_SIZE

#define ASYNC_R_INVALID_POOL_SIZE   103

Definition at line 40 of file asyncerr.h.

Function Documentation

◆ ERR_load_ASYNC_strings()

int ERR_load_ASYNC_strings ( void )