#include "zutil.h"
#include "gzguts.h"
Go to the source code of this file.
voidp malloc OF |
( |
(uInt size) |
| ) |
|
voidp calloc OF |
( |
(uInt items, uInt size) |
| ) |
|
voidpf ZLIB_INTERNAL zcalloc |
( |
voidpf |
opaque, |
|
|
unsigned |
items, |
|
|
unsigned |
size |
|
) |
| |
const char* ZEXPORT zError |
( |
int |
err | ) |
|
uLong ZEXPORT zlibCompileFlags |
( |
| ) |
|
const char* ZEXPORT zlibVersion |
( |
| ) |
|
const char* const z_errmsg[10] |
Initial value:= {
"need dictionary",
"stream end",
"",
"file error",
"stream error",
"data error",
"insufficient memory",
"buffer error",
"incompatible version",
""}
Definition at line 17 of file zutil.cc.