| 
    Geant4
    10.02.p03
    
   | 
 
Go to the source code of this file.
Classes | |
| struct | internal_state | 
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 (const Bytef *s1, const Bytef *s2, uInt len) | 
| 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] | 
| 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 | ||
| ) | 
| const char* ZEXPORT zError | ( | int | err | ) | 
| const char* ZEXPORT zlibVersion | ( | ) | 
| int ZLIB_INTERNAL zmemcmp | ( | const Bytef * | s1, | 
| const Bytef * | s2, | ||
| uInt | len | ||
| ) | 
| void ZLIB_INTERNAL zmemcpy | ( | Bytef * | dest, | 
| const Bytef * | source, | ||
| uInt | len | ||
| ) | 
| void ZLIB_INTERNAL zmemzero | ( | Bytef * | dest, | 
| uInt | len | ||
| ) | 
| z_const char* const z_errmsg[10] |