|
| z_off_t | gzoffset (gzFile file) |
| |
| int | gzbuffer (gzFile file, unsigned size) |
| |
| static void gz_reset | OF ((gz_statep)) |
| |
| static gzFile gz_open | OF ((const void *, int, const char *)) |
| |
| static void | gz_reset (gz_statep state) |
| |
| static gzFile | gz_open (const void *path, int fd, const char *mode) |
| |
| gzFile | gzopen (const char *path, const char *mode) |
| |
| gzFile | gzopen64 (const char *path, const char *mode) |
| |
| gzFile | gzdopen (int fd, const char *mode) |
| |
| int | gzrewind (gzFile file) |
| |
| z_off64_t | gzseek64 (gzFile file, z_off64_t offset, int whence) |
| |
| z_off_t | gzseek (gzFile file, z_off_t offset, int whence) |
| |
| z_off64_t | gztell64 (gzFile file) |
| |
| z_off_t | gztell (gzFile file) |
| |
| z_off64_t | gzoffset64 (gzFile file) |
| |
| int | gzeof (gzFile file) |
| |
| const char * | gzerror (gzFile file, int *errnum) |
| |
| void | gzclearerr (gzFile file) |
| |
| void ZLIB_INTERNAL | gz_error (gz_statep state, int err, const char *msg) |
| |
| unsigned ZLIB_INTERNAL | gz_intmax () |
| |