fltk
1.3.5-source
About: FLTK (Fast Light Tool Kit) is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X.
![]() ![]() |
Go to the source code of this file.
Classes | |
struct | internal_state |
Functions | |
char * | zlibVersion () |
uLong | zlibCompileFlags () |
char * | zError (int err) |
void | zmemcpy (Bytef *dest, Bytef *source, uInt len) |
int | zmemcmp (Bytef *s1, Bytef *s2, uInt len) |
void | zmemzero (Bytef *dest, uInt len) |
voidp | malloc () |
voidp | calloc () |
void | free () |
voidpf | zcalloc (voidpf opaque, unsigned items, unsigned size) |
void | zcfree (voidpf opaque, voidpf ptr) |
Variables | |
char * | z_errmsg [10] |
voidp calloc | ( | ) |
void free | ( | ) |
Referenced by zcfree().
Definition at line 304 of file zutil.c.
References calloc(), and malloc().
Referenced by deflateInit2_(), inflateBackInit_(), and inflateInit2_().
Definition at line 314 of file zutil.c.
References free().
Referenced by deflateInit2_(), inflateBackInit_(), and inflateInit2_().
char* zlibVersion | ( | ) |
Definition at line 30 of file zutil.c.
References ZLIB_VERSION.
Definition at line 152 of file zutil.c.
Referenced by deflateCopy(), fill_window(), flush_pending(), inflate(), inflateBack(), inflateCopy(), inflateGetDictionary(), read_buf(), and updatewindow().
Definition at line 176 of file zutil.c.
Referenced by fill_window().