#include "zutil.h"
Go to the source code of this file.
Classes | |
struct | internal_state |
Functions | |
voidp malloc | OF ((uInt size)) |
voidp calloc | OF ((uInt items, uInt size)) |
void free | OF ((voidpf ptr)) |
voidpf | zcalloc (voidpf opaque, unsigned items, unsigned size) |
void | zcfree (voidpf opaque, voidpf ptr) |
const char *ZEXPORT | zError (int err) |
uLong ZEXPORT | zlibCompileFlags () |
const char *ZEXPORT | zlibVersion () |
int | zmemcmp (Bytef *s1, const Bytef *s2, uInt len) const |
void | zmemcpy (Bytef *dest, const Bytef *source, uInt len) |
void | zmemzero (Bytef *dest, uInt len) |
Variables | |
const char *const | z_errmsg [10] |