
Go to the source code of this file.
Functions | |
| voidp calloc | OF ((uInt items, uInt size)) |
| voidp malloc | OF ((uInt size)) |
| void free | OF ((voidpf ptr)) |
| voidpf ZLIB_INTERNAL | zcalloc (voidpf opaque, unsigned items, unsigned size) |
| void ZLIB_INTERNAL | zcfree (voidpf opaque, voidpf ptr) |
| const char *ZEXPORT | zError (int err) |
| uLong ZEXPORT | zlibCompileFlags () |
| const char *ZEXPORT | zlibVersion () |
| int ZLIB_INTERNAL | zmemcmp (Bytef *s1, const Bytef *s2, uInt len) const |
| void ZLIB_INTERNAL | zmemcpy (Bytef *dest, const Bytef *source, uInt len) |
| void ZLIB_INTERNAL | zmemzero (Bytef *dest, uInt len) |
Variables | |
| z_const char *const | z_errmsg [10] |
| voidpf ZLIB_INTERNAL zcalloc | ( | voidpf | opaque, |
| unsigned | items, | ||
| unsigned | size | ||
| ) |
Definition at line 305 of file bloaty/third_party/zlib/zutil.c.
| void ZLIB_INTERNAL zcfree | ( | voidpf | opaque, |
| voidpf | ptr | ||
| ) |
Definition at line 315 of file bloaty/third_party/zlib/zutil.c.
Definition at line 133 of file bloaty/third_party/zlib/zutil.c.
Definition at line 32 of file bloaty/third_party/zlib/zutil.c.
Definition at line 27 of file bloaty/third_party/zlib/zutil.c.
Definition at line 160 of file bloaty/third_party/zlib/zutil.c.
| void ZLIB_INTERNAL zmemcpy | ( | Bytef* | dest, |
| const Bytef* | source, | ||
| uInt | len | ||
| ) |
Definition at line 149 of file bloaty/third_party/zlib/zutil.c.
| void ZLIB_INTERNAL zmemzero | ( | Bytef* | dest, |
| uInt | len | ||
| ) |
Definition at line 173 of file bloaty/third_party/zlib/zutil.c.
Definition at line 13 of file bloaty/third_party/zlib/zutil.c.