|
fltk 1.3.0rc3
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. Release candidate.
SfR Fresh Dox: fltk-1.3.0rc3-source.tar.gz ("inofficial" and yet experimental doxygen-generated source code documentation) ![]() |
#include "zutil.h"
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 | 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 malloc | OF ((uInt size)) |
| voidp calloc | OF ((uInt items, uInt size)) |
| void free | OF ((voidpf ptr)) |
| voidpf | zcalloc (voidpf opaque, unsigned items, unsigned size) |
| void | zcfree (voidpf opaque, voidpf ptr) |
Variables | |
| const char *const | z_errmsg [10] |
Definition at line 300 of file zutil.c.
References size.
Referenced by deflateInit2_(), and inflateInit2_().
Definition at line 310 of file zutil.c.
Referenced by deflateInit2_(), and inflateInit2_().
| uLong ZEXPORT zlibCompileFlags | ( | ) |
| const char* ZEXPORT zlibVersion | ( | ) |
Definition at line 27 of file zutil.c.
References ZLIB_VERSION.
Definition at line 149 of file zutil.c.
Referenced by deflateCopy(), deflateSetDictionary(), fill_window(), flush_pending(), gzread(), inflate(), inflateCopy(), inflateSetDictionary(), read_buf(), and updatewindow().