|
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) ![]() |

Public Attributes | |
| z_stream | stream |
| int | z_err |
| int | z_eof |
| FILE * | file |
| Byte * | inbuf |
| Byte * | outbuf |
| uLong | crc |
| char * | msg |
| char * | path |
| int | transparent |
| char | mode |
| z_off_t | start |
| z_off_t | in |
| z_off_t | out |
| int | back |
| int | last |
| int gz_stream::back |
Definition at line 71 of file gzio.c.
Referenced by gz_open(), gzread(), gzrewind(), gzseek(), and gzungetc().
| FILE* gz_stream::file |
Definition at line 60 of file gzio.c.
Referenced by do_flush(), gz_open(), gzclearerr(), gzclose(), gzflush(), gzread(), gzrewind(), gzseek(), gzsetparams(), and gzwrite().
| z_off_t gz_stream::in |
| int gz_stream::last |
Definition at line 72 of file gzio.c.
Referenced by gzread(), gzseek(), and gzungetc().
| char gz_stream::mode |
Definition at line 67 of file gzio.c.
Referenced by do_flush(), gz_open(), gzclose(), gzdirect(), gzeof(), gzread(), gzrewind(), gzseek(), gzsetparams(), gzungetc(), and gzwrite().
| char* gz_stream::msg |
| z_off_t gz_stream::out |
Definition at line 70 of file gzio.c.
Referenced by do_flush(), gz_open(), gzread(), gzrewind(), gzseek(), gzungetc(), and gzwrite().
Definition at line 62 of file gzio.c.
Referenced by do_flush(), gz_open(), gzseek(), gzsetparams(), and gzwrite().
| char* gz_stream::path |
| z_off_t gz_stream::start |
Definition at line 68 of file gzio.c.
Referenced by gz_open(), and gzrewind().
Definition at line 57 of file gzio.c.
Referenced by do_flush(), get_byte(), gz_open(), gzerror(), gzread(), gzrewind(), gzseek(), gzsetparams(), and gzwrite().
Definition at line 66 of file gzio.c.
Referenced by gz_open(), gzdirect(), gzread(), gzrewind(), and gzseek().
| int gz_stream::z_eof |
Definition at line 59 of file gzio.c.
Referenced by gz_open(), gzclearerr(), gzeof(), gzread(), gzrewind(), and gzungetc().
| int gz_stream::z_err |
Definition at line 58 of file gzio.c.
Referenced by do_flush(), gz_open(), gzclearerr(), gzeof(), gzerror(), gzflush(), gzread(), gzrewind(), gzseek(), gzsetparams(), gzungetc(), and gzwrite().