|
Geant4-11
|
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] |
| voidp calloc OF | ( | (uInt items, uInt size) | ) |
| voidp malloc OF | ( | (uInt size) | ) |
| void free OF | ( | (voidpf ptr) | ) |
References free.
| voidpf ZLIB_INTERNAL zcalloc | ( | voidpf | opaque, |
| unsigned | items, | ||
| unsigned | size | ||
| ) |
Definition at line 304 of file zutil.c.
Referenced by deflateInit2_(), inflateBackInit_(), and inflateInit2_().
| void ZLIB_INTERNAL zcfree | ( | voidpf | opaque, |
| voidpf | ptr | ||
| ) |
Definition at line 314 of file zutil.c.
References free.
Referenced by deflateInit2_(), inflateBackInit_(), and inflateInit2_().
| const char *ZEXPORT zError | ( | int | err | ) |
| uLong ZEXPORT zlibCompileFlags | ( | ) |
Definition at line 31 of file zutil.c.
| const char *ZEXPORT zlibVersion | ( | ) |
Definition at line 26 of file zutil.c.
References ZLIB_VERSION.
| int ZLIB_INTERNAL zmemcmp | ( | Bytef* | s1, |
| const Bytef* | s2, | ||
| uInt | len | ||
| ) | const |
| void ZLIB_INTERNAL zmemcpy | ( | Bytef* | dest, |
| const Bytef* | source, | ||
| uInt | len | ||
| ) |
Definition at line 148 of file zutil.c.
Referenced by _tr_stored_block(), deflate(), deflate_stored(), deflateCopy(), deflateGetDictionary(), fill_window(), flush_pending(), inflate(), inflateBack(), inflateCopy(), inflateGetDictionary(), read_buf(), and updatewindow().
| void ZLIB_INTERNAL zmemzero | ( | Bytef* | dest, |
| uInt | len | ||
| ) |
Definition at line 172 of file zutil.c.
Referenced by fill_window().
| z_const char* const z_errmsg[10] |