|
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 <zlib.h>

Public Attributes | |
| Bytef * | next_in |
| uInt | avail_in |
| uLong | total_in |
| Bytef * | next_out |
| uInt | avail_out |
| uLong | total_out |
| char * | msg |
| struct internal_state FAR * | state |
| alloc_func | zalloc |
| free_func | zfree |
| voidpf | opaque |
| int | data_type |
| uLong | adler |
| uLong | reserved |
Definition at line 84 of file zlib.h.
Referenced by compress2(), do_flush(), get_byte(), gz_open(), gzread(), gzrewind(), gzseek(), gzwrite(), and uncompress().
Definition at line 88 of file zlib.h.
Referenced by compress2(), do_flush(), gz_open(), gzread(), gzsetparams(), gzwrite(), and uncompress().
| char* z_stream_s::msg |
Definition at line 83 of file zlib.h.
Referenced by compress2(), gz_open(), gzread(), gzrewind(), gzseek(), gzwrite(), and uncompress().
Definition at line 87 of file zlib.h.
Referenced by compress2(), do_flush(), gz_open(), gzread(), gzsetparams(), gzwrite(), and uncompress().
Definition at line 96 of file zlib.h.
Referenced by compress2(), and gz_open().
| struct internal_state FAR* z_stream_s::state |
Definition at line 89 of file zlib.h.
Referenced by compress2(), and uncompress().
| alloc_func z_stream_s::zalloc |
Definition at line 94 of file zlib.h.
Referenced by compress2(), gz_open(), and uncompress().
| free_func z_stream_s::zfree |
Definition at line 95 of file zlib.h.
Referenced by compress2(), gz_open(), and uncompress().