#include "gzguts.h"
Go to the source code of this file.
Macros | |
#define | LSEEK lseek |
Functions | |
void ZLIB_INTERNAL | gz_error (gz_statep state, int err, const char *msg) |
unsigned ZLIB_INTERNAL | gz_intmax () |
gzFile | gz_open (void *path, int fd, const char *mode) const |
void | gz_reset (gz_statep state) |
int ZEXPORT | gzbuffer (gzFile file, unsigned size) |
void ZEXPORT | gzclearerr (gzFile file) |
gzFile ZEXPORT | gzdopen (int fd, const char *mode) |
int ZEXPORT | gzeof (gzFile file) |
const char *ZEXPORT | gzerror (gzFile file, int *errnum) |
z_off_t ZEXPORT | gzoffset (gzFile file) |
z_off64_t ZEXPORT | gzoffset64 (gzFile file) |
gzFile ZEXPORT | gzopen (char *path, const char *mode) const |
gzFile ZEXPORT | gzopen64 (char *path, const char *mode) const |
int ZEXPORT | gzrewind (gzFile file) |
z_off_t ZEXPORT | gzseek (gzFile file, z_off_t offset, int whence) |
z_off64_t ZEXPORT | gzseek64 (gzFile file, z_off64_t offset, int whence) |
z_off_t ZEXPORT | gztell (gzFile file) |
z_off64_t ZEXPORT | gztell64 (gzFile file) |
gzFile gz_open | OF ((const void *, int, const char *)) |
void gz_reset | OF ((gz_statep)) |
#define LSEEK lseek |
Definition at line 14 of file bloaty/third_party/zlib/gzlib.c.
void ZLIB_INTERNAL gz_error | ( | gz_statep | state, |
int | err, | ||
const char * | msg | ||
) |
Definition at line 579 of file bloaty/third_party/zlib/gzlib.c.
unsigned ZLIB_INTERNAL gz_intmax | ( | ) |
Definition at line 625 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 91 of file bloaty/third_party/zlib/gzlib.c.
void gz_reset | ( | gz_statep | state | ) |
Definition at line 75 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 316 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 553 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 286 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 515 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 532 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 505 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 482 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 270 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 278 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 343 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 443 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 366 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 472 of file bloaty/third_party/zlib/gzlib.c.
Definition at line 455 of file bloaty/third_party/zlib/gzlib.c.