Go to the source code of this file.
|
| static void | gz_reset () |
| |
| static gzFile | gz_open () |
| |
| static void | gz_reset (gz_statep state) |
| |
| static gzFile | gz_open (void *path, int fd, char *mode) |
| |
| gzFile | gzopen (char *path, char *mode) |
| |
| gzFile | gzopen64 (char *path, char *mode) |
| |
| gzFile | gzdopen (int fd, char *mode) |
| |
| int | gzbuffer (gzFile file, unsigned size) |
| |
| int | gzrewind (gzFile file) |
| |
| long | gzseek64 (gzFile file, long offset, int whence) |
| |
| long | gzseek (gzFile file, long offset, int whence) |
| |
| long | gztell64 (gzFile file) |
| |
| long | gztell (gzFile file) |
| |
| long | gzoffset64 (gzFile file) |
| |
| long | gzoffset (gzFile file) |
| |
| int | gzeof (gzFile file) |
| |
| char * | gzerror (gzFile file, int *errnum) |
| |
| void | gzclearerr (gzFile file) |
| |
| void | gz_error (gz_statep state, int err, char *msg) |
| |
| unsigned | gz_intmax () |
| |
| void gz_error |
( |
gz_statep |
state, |
|
|
int |
err, |
|
|
char * |
msg |
|
) |
| |
| static gzFile gz_open |
( |
| ) |
|
|
static |
| static gzFile gz_open |
( |
void * |
path, |
|
|
int |
fd, |
|
|
char * |
mode |
|
) |
| |
|
static |
| int gzbuffer |
( |
gzFile |
file, |
|
|
unsigned |
size |
|
) |
| |
| void gzclearerr |
( |
gzFile |
file | ) |
|
| gzFile gzdopen |
( |
int |
fd, |
|
|
char * |
mode |
|
) |
| |
| char* gzerror |
( |
gzFile |
file, |
|
|
int * |
errnum |
|
) |
| |
| long gzoffset |
( |
gzFile |
file | ) |
|
| long gzoffset64 |
( |
gzFile |
file | ) |
|
| gzFile gzopen |
( |
char * |
path, |
|
|
char * |
mode |
|
) |
| |
| gzFile gzopen64 |
( |
char * |
path, |
|
|
char * |
mode |
|
) |
| |
| int gzrewind |
( |
gzFile |
file | ) |
|
| long gzseek |
( |
gzFile |
file, |
|
|
long |
offset, |
|
|
int |
whence |
|
) |
| |
| long gzseek64 |
( |
gzFile |
file, |
|
|
long |
offset, |
|
|
int |
whence |
|
) |
| |
| long gztell |
( |
gzFile |
file | ) |
|
| long gztell64 |
( |
gzFile |
file | ) |
|