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)  

gz_stream Struct Reference

Collaboration diagram for gz_stream:

List of all members.

Public Attributes

z_stream stream
int z_err
int z_eof
FILE * file
Byteinbuf
Byteoutbuf
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

Detailed Description

Definition at line 56 of file gzio.c.


Member Data Documentation

Definition at line 71 of file gzio.c.

Referenced by gz_open(), gzread(), gzrewind(), gzseek(), and gzungetc().

Definition at line 63 of file gzio.c.

Referenced by gz_open(), gzclose(), gzread(), gzrewind(), and gzwrite().

z_off_t gz_stream::in

Definition at line 69 of file gzio.c.

Referenced by gz_open(), gzclose(), gzread(), gzrewind(), gzseek(), and gzwrite().

Definition at line 61 of file gzio.c.

Referenced by gz_open(), gzread(), gzrewind(), and gzseek().

Definition at line 72 of file gzio.c.

Referenced by gzread(), gzseek(), and gzungetc().

Definition at line 64 of file gzio.c.

Referenced by gz_open(), and gzerror().

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().

Definition at line 65 of file gzio.c.

Referenced by gz_open(), and gzerror().

Definition at line 68 of file gzio.c.

Referenced by gz_open(), and gzrewind().

Definition at line 66 of file gzio.c.

Referenced by gz_open(), gzdirect(), gzread(), gzrewind(), and gzseek().

Definition at line 59 of file gzio.c.

Referenced by gz_open(), gzclearerr(), gzeof(), gzread(), gzrewind(), and gzungetc().


The documentation for this struct was generated from the following file: