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 |
Definition at line 56 of file gzio.c.
Definition at line 57 of file gzio.c.
Referenced by do_flush(), gz_open(), gzerror(), gzread(), gzrewind(), gzseek(), gzsetparams(), and gzwrite().
| 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().
| int gz_stream::z_eof |
Definition at line 59 of file gzio.c.
Referenced by gz_open(), gzclearerr(), gzeof(), gzread(), gzrewind(), 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().
Definition at line 62 of file gzio.c.
Referenced by do_flush(), gz_open(), gzseek(), gzsetparams(), and gzwrite().
| char* gz_stream::msg |
| char* gz_stream::path |
Definition at line 66 of file gzio.c.
Referenced by gz_open(), gzdirect(), gzread(), gzrewind(), and gzseek().
| 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().
| z_off_t gz_stream::start |
| z_off_t gz_stream::in |
| 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().
| int gz_stream::back |
Definition at line 71 of file gzio.c.
Referenced by gz_open(), gzread(), gzrewind(), gzseek(), and gzungetc().
| int gz_stream::last |
1.5.6