Go to the source code of this file.
|
void gz_reset | OF ((gz_statep)) |
|
gzFile gz_open | OF ((const void *, int, const char *)) |
|
void | gz_reset (gz_statep state) |
|
gzFile | gz_open (void *path, int fd, const char *mode) const |
|
gzFile ZEXPORT | gzopen (char *path, const char *mode) const |
|
gzFile ZEXPORT | gzopen64 (char *path, const char *mode) const |
|
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 () |
|
◆ LSEEK
◆ gz_error()
◆ gz_intmax()
◆ gz_open()
gzFile gz_open |
( |
void * |
path, |
|
|
int |
fd, |
|
|
const char * |
mode |
|
) |
| const |
◆ gz_reset()
◆ gzbuffer()
◆ gzclearerr()
◆ gzdopen()
◆ gzeof()
◆ gzerror()
◆ gzoffset()
◆ gzoffset64()
◆ gzopen()
◆ gzopen64()
◆ gzrewind()
◆ gzseek()
◆ gzseek64()
◆ gztell()
◆ gztell64()
◆ OF() [1/2]
◆ OF() [2/2]