#include "zlib.h"
#include <errno.h>
Go to the source code of this file.
◆ Assert
| #define Assert |
( |
| cond, |
|
|
| msg ) |
◆ DEF_MEM_LEVEL
◆ DEF_WBITS
◆ DYN_TREES
◆ ERR_MSG
Value:
#define Z_NEED_DICT
Definition zlib.h:173
const char *const z_errmsg[10]
Definition zutil.c:14
◆ ERR_RETURN
| #define ERR_RETURN |
( |
| strm, |
|
|
| err ) |
Value:return (strm->msg = (
char*)
ERR_MSG(err), (err))
#define ERR_MSG(err)
Definition zutil.h:56
◆ F_OPEN
Value:
static const char * name
Definition pugl.h:1582
png_structrp int mode
Definition png.h:1139
◆ local
◆ MAX_MATCH
◆ MIN_MATCH
◆ OS_CODE
| #define OS_CODE 0x03 /* assume Unix */ |
◆ PRESET_DICT
| #define PRESET_DICT 0x20 /* preset dictionary flag in zlib header */ |
◆ STATIC_TREES
◆ STORED_BLOCK
◆ Trace
◆ Tracec
◆ Tracecv
◆ Tracev
◆ Tracevv
◆ TRY_FREE
| #define TRY_FREE |
( |
| s, |
|
|
| p ) |
Value:
unsigned s
Definition inflate.c:1555
uch * p
Definition crypt.c:594
#define ZFREE(strm, addr)
Definition zutil.h:268
◆ z_error
◆ z_verbose
◆ ZALLOC
| #define ZALLOC |
( |
| strm, |
|
|
| items, |
|
|
| size ) |
Value:(*((strm)->zalloc))((strm)->
opaque, (items), (
size))
#define opaque
Definition eelscript.h:281
◆ ZFREE
| #define ZFREE |
( |
| strm, |
|
|
| addr ) |
Value:
#define voidpf
Definition zconf.h:71
◆ ZLIB_INTERNAL
◆ uchf
◆ ushf
◆ OF() [1/5]
◆ OF() [2/5]
◆ OF() [3/5]
◆ OF() [4/5]
◆ OF() [5/5]
◆ z_errmsg