|
| gzFile gzopen | OF ((const char *path, const char *mode)) |
| |
| gzFile gzdopen | OF ((int fd, const char *mode)) |
| |
| int gzsetparams | OF ((gzFile file, int level, int strategy)) |
| |
| int gzread | OF ((gzFile file, voidp buf, unsigned len)) |
| |
| int gzprintf | OF ((gzFile file, const char *format,...)) |
| |
| int gzputs | OF ((gzFile file, const char *s)) |
| |
| char *gzgets | OF ((gzFile file, char *buf, int len)) |
| |
| int gzputc | OF ((gzFile file, int c)) |
| |
| int gzgetc | OF ((gzFile file)) |
| |
| int gzflush | OF ((gzFile file, int flush)) |
| |
| z_off_t gzseek | OF ((gzFile file, z_off_t offset, int whence)) |
| |
| const char *gzerror | OF ((gzFile file, int *errnum)) |
| |