#include <stdio.h>#include <stdlib.h>#include <string.h>#include "misc/util/abc_global.h"#include "gzguts.h"
Go to the source code of this file.
Macros | |
| #define | LSEEK lseek |
Functions | |
| local void gz_reset | OF ((gz_statep)) |
| local gzFile gz_open | OF ((const char *, int, const char *)) |
| local void | gz_reset (gz_statep state) |
| local gzFile | gz_open (const char *path, int fd, const char *mode) |
| gzFile ZEXPORT | gzopen (const char *path, const char *mode) |
| gzFile ZEXPORT | gzopen64 (const char *path, const char *mode) |
| gzFile ZEXPORT | gzdopen (int fd, const char *mode) |
| int ZEXPORT | gzbuffer (gzFile file, unsigned size) |
| int ZEXPORT | gzrewind (gzFile file) |
| z_off64_t ZEXPORT | gzseek64 (gzFile file, z_off64_t offset, int whence) |
| z_off_t ZEXPORT | gzseek (gzFile file, z_off_t offset, int whence) |
| z_off64_t ZEXPORT | gztell64 (gzFile file) |
| z_off_t ZEXPORT | gztell (gzFile file) |
| z_off64_t ZEXPORT | gzoffset64 (gzFile file) |
| z_off_t ZEXPORT | gzoffset (gzFile file) |
| int ZEXPORT | gzeof (gzFile file) |
| const char *ZEXPORT | gzerror (gzFile file, int *errnum) |
| void ZEXPORT | gzclearerr (gzFile file) |
| void ZLIB_INTERNAL | gz_error (gz_statep state, int err, const char *msg) |
| unsigned ZLIB_INTERNAL | gz_intmax () |
| void ZLIB_INTERNAL gz_error | ( | gz_statep | state, |
| int | err, | ||
| const char * | msg ) |
Definition at line 464 of file gzlib.c.


| unsigned ZLIB_INTERNAL gz_intmax | ( | ) |
Definition at line 92 of file gzlib.c.


Definition at line 77 of file gzlib.c.


Definition at line 224 of file gzlib.c.

Definition at line 406 of file gzlib.c.

Definition at line 423 of file gzlib.c.

Definition at line 375 of file gzlib.c.

Definition at line 247 of file gzlib.c.


Definition at line 268 of file gzlib.c.


