|  | libgpac
    Documentation of the core library of GPAC | 
 Include dependency graph for zutil.c:
 Include dependency graph for zutil.c:| Data Structures | |
| struct | internal_state | 
| Functions | |
| const char *ZEXPORT | zlibVersion () | 
| uLong ZEXPORT | zlibCompileFlags () | 
| const char *ZEXPORT | zError (int err) | 
| void | zmemcpy (Bytef *dest, const Bytef *source, uInt len) | 
| int | zmemcmp (Bytef *s1, const Bytef *s2, uInt len) const | 
| void | zmemzero (Bytef *dest, uInt len) | 
| voidp gf_malloc | OF ((uInt size)) | 
| voidp gf_calloc | OF ((uInt items, uInt size)) | 
| void free | OF ((voidpf ptr)) | 
| voidpf | zcalloc (voidpf opaque, unsigned items, unsigned size) | 
| void | zcgf_free (voidpf opaque, voidpf ptr) | 
| Variables | |
| const char *const | z_errmsg [10] | 
| const char *ZEXPORT zlibVersion | ( | ) | 
| uLong ZEXPORT zlibCompileFlags | ( | ) | 
| const char *ZEXPORT zError | ( | int | err | ) | 
 Here is the caller graph for this function:
 Here is the caller graph for this function:| void zmemcpy | ( | Bytef* | dest, | 
| const Bytef* | source, | ||
| uInt | len | ||
| ) | 
| int zmemcmp | ( | Bytef* | s1, | 
| const Bytef* | s2, | ||
| uInt | len | ||
| ) | const | 
| void zmemzero | ( | Bytef* | dest, | 
| uInt | len | ||
| ) | 
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | extern | 
| voidpf zcalloc | ( | voidpf | opaque, | 
| unsigned | items, | ||
| unsigned | size | ||
| ) | 
 Here is the call graph for this function:
 Here is the call graph for this function:| void zcgf_free | ( | voidpf | opaque, | 
| voidpf | ptr | ||
| ) | 
 Here is the call graph for this function:
 Here is the call graph for this function:| const char* const z_errmsg[10] |