![]() |
Ark Server API (ASE) - Wiki
|
Include dependency graph for comp.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | COMP_zlib_cleanup() while(0) continue |
Functions | |
| COMP_CTX * | COMP_CTX_new (COMP_METHOD *meth) |
| const COMP_METHOD * | COMP_CTX_get_method (const COMP_CTX *ctx) |
| int | COMP_CTX_get_type (const COMP_CTX *comp) |
| int | COMP_get_type (const COMP_METHOD *meth) |
| const char * | COMP_get_name (const COMP_METHOD *meth) |
| void | COMP_CTX_free (COMP_CTX *ctx) |
| int | COMP_compress_block (COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) |
| int | COMP_expand_block (COMP_CTX *ctx, unsigned char *out, int olen, unsigned char *in, int ilen) |
| COMP_METHOD * | COMP_zlib (void) |
| int COMP_compress_block | ( | COMP_CTX * | ctx, |
| unsigned char * | out, | ||
| int | olen, | ||
| unsigned char * | in, | ||
| int | ilen ) |
| void COMP_CTX_free | ( | COMP_CTX * | ctx | ) |
| const COMP_METHOD * COMP_CTX_get_method | ( | const COMP_CTX * | ctx | ) |
| int COMP_CTX_get_type | ( | const COMP_CTX * | comp | ) |
| COMP_CTX * COMP_CTX_new | ( | COMP_METHOD * | meth | ) |
| int COMP_expand_block | ( | COMP_CTX * | ctx, |
| unsigned char * | out, | ||
| int | olen, | ||
| unsigned char * | in, | ||
| int | ilen ) |
| const char * COMP_get_name | ( | const COMP_METHOD * | meth | ) |
| int COMP_get_type | ( | const COMP_METHOD * | meth | ) |
| COMP_METHOD * COMP_zlib | ( | void | ) |