Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
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 | ||
) |
void ZLIB_INTERNAL zcfree | ( | voidpf | opaque, |
voidpf | ptr | ||
) |
Definition at line 35 of file zutil.c.
References z_off_t, and ZLIB_INTERNAL.
Referenced by DotZLib.Info::Info(), and main().
void ZLIB_INTERNAL zmemzero | ( | Bytef* | dest, |
uInt | len | ||
) |
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.