|
Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
| const char *ZEXPORT | zlibVersion () |
| uLong ZEXPORT | zlibCompileFlags () |
| const char *ZEXPORT | zError (int err) |
| void ZLIB_INTERNAL | zmemcpy (Bytef *dest, const Bytef *source, uInt len) |
| int ZLIB_INTERNAL | zmemcmp (Bytef *s1, const Bytef *s2, uInt len) const |
| void ZLIB_INTERNAL | zmemzero (Bytef *dest, uInt len) |
| voidp malloc | OF ((uInt size)) |
| voidp calloc | OF ((uInt items, 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) |
Variables | |
| z_const char *const | z_errmsg [10] |
| voidpf ZLIB_INTERNAL zcalloc | ( | voidpf | opaque, |
| unsigned | items, | ||
| unsigned | size | ||
| ) |
Definition at line 305 of file zutil.c.
References calloc(), and malloc().
Referenced by clusterSendPing(), deflateInit2_(), inflateBack9Init_(), inflateBackInit_(), and inflateInit2_().
| void ZLIB_INTERNAL zcfree | ( | voidpf | opaque, |
| voidpf | ptr | ||
| ) |
Definition at line 315 of file zutil.c.
References free().
Referenced by deflateInit2_(), inflateBack9Init_(), inflateBackInit_(), and inflateInit2_().
Definition at line 32 of file zutil.c.
| void ZLIB_INTERNAL zmemcpy | ( | Bytef* | dest, |
| const Bytef* | source, | ||
| uInt | len | ||
| ) |
Definition at line 149 of file zutil.c.
References dest, len, and source.
Referenced by _tr_stored_block(), deflate(), deflate_stored(), deflateCopy(), deflateGetDictionary(), fill_window(), flush_pending(), inflate(), inflateBack(), inflateBack9(), inflateCopy(), inflateGetDictionary(), read_buf(), and updatewindow().
| void ZLIB_INTERNAL zmemzero | ( | Bytef* | dest, |
| uInt | len | ||
| ) |