Visualization Library 2.0.0-b5
A lightweight C++ OpenGL middleware for 2D/3D graphics
|
[Download] [Tutorials] [All Classes] [Grouped Classes] |
#include "zutil.h"
Go to the source code of this file.
Functions | |
void exit | OF ((int)) |
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 ft_scalloc | OF ((uInt items, uInt size)) |
void ft_sfree | OF ((voidpf ptr)) |
voidpf | zcalloc (voidpf opaque, unsigned items, unsigned size) |
void | zcfree (voidpf opaque, voidpf ptr) |
Referenced by zmemzero().
voidp ft_scalloc OF | ( | (uInt items, uInt size) | ) |
Definition at line 164 of file zutil.c.
References ft_scalloc.
Referenced by deflateInit2_(), inflateInit2_(), ZEXPORT(), and zmemzero().
Definition at line 173 of file zutil.c.
References ft_sfree.
Referenced by deflateInit2_(), inflateInit2_(), ZEXPORT(), and zmemzero().
Definition at line 17 of file zutil.c.
Referenced by deflateCopy(), fill_window(), flush_pending(), inflate(), inflate_blocks(), inflate_flush(), inflateBack(), inflateGetDictionary(), read_buf(), and updatewindow().
Visualization Library 2.0.0-b5 Reference Documentation
Updated on Mon Feb 10 2020 02:44:55.
© Copyright Michele Bosi. All rights reserved.