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

Go to the source code of this file.

Macros

#define COMP_F_BIO_ZLIB_FLUSH   99
 
#define COMP_F_BIO_ZLIB_NEW   100
 
#define COMP_F_BIO_ZLIB_READ   101
 
#define COMP_F_BIO_ZLIB_WRITE   102
 
#define COMP_F_COMP_CTX_NEW   103
 
#define COMP_R_ZLIB_DEFLATE_ERROR   99
 
#define COMP_R_ZLIB_INFLATE_ERROR   100
 
#define COMP_R_ZLIB_NOT_SUPPORTED   101
 

Functions

int ERR_load_COMP_strings (void)
 

Macro Definition Documentation

◆ COMP_F_BIO_ZLIB_FLUSH

#define COMP_F_BIO_ZLIB_FLUSH   99

Definition at line 30 of file comperr.h.

◆ COMP_F_BIO_ZLIB_NEW

#define COMP_F_BIO_ZLIB_NEW   100

Definition at line 31 of file comperr.h.

◆ COMP_F_BIO_ZLIB_READ

#define COMP_F_BIO_ZLIB_READ   101

Definition at line 32 of file comperr.h.

◆ COMP_F_BIO_ZLIB_WRITE

#define COMP_F_BIO_ZLIB_WRITE   102

Definition at line 33 of file comperr.h.

◆ COMP_F_COMP_CTX_NEW

#define COMP_F_COMP_CTX_NEW   103

Definition at line 34 of file comperr.h.

◆ COMP_R_ZLIB_DEFLATE_ERROR

#define COMP_R_ZLIB_DEFLATE_ERROR   99

Definition at line 39 of file comperr.h.

◆ COMP_R_ZLIB_INFLATE_ERROR

#define COMP_R_ZLIB_INFLATE_ERROR   100

Definition at line 40 of file comperr.h.

◆ COMP_R_ZLIB_NOT_SUPPORTED

#define COMP_R_ZLIB_NOT_SUPPORTED   101

Definition at line 41 of file comperr.h.

Function Documentation

◆ ERR_load_COMP_strings()

int ERR_load_COMP_strings ( void )