#include <stdio.h>
#include "zlib.h"
#include <fcntl.h>
#include <errno.h>
Go to the source code of this file.
◆ _POSIX_SOURCE
◆ COPY
#define COPY 1 /* copy input directly */ |
◆ DEF_MEM_LEVEL
#define DEF_MEM_LEVEL MAX_MEM_LEVEL |
◆ GT_OFF
◆ GZ_APPEND
#define GZ_APPEND 1 /* mode set to GZ_WRITE after the file is opened */ |
◆ GZ_NONE
◆ GZ_READ
Definition at line 160 of file gzguts.h.
Referenced by gz_open(), gz_reset(), gzbuffer(), gzclearerr(), gzclose(), gzclose_r(), gzdirect(), gzeof(), gzerror(), gzfread(), gzgetc(), gzgets(), gzoffset64(), gzread(), gzrewind(), gzseek64(), gztell64(), and gzungetc().
◆ GZ_WRITE
Definition at line 161 of file gzguts.h.
Referenced by gz_open(), gzbuffer(), gzclearerr(), gzclose_w(), gzeof(), gzerror(), gzflush(), gzfwrite(), gzoffset64(), gzprintf(), gzputc(), gzputs(), gzseek64(), gzsetparams(), gztell64(), and gzwrite().
◆ GZBUFSIZE
◆ GZIP
#define GZIP 2 /* decompress a gzip stream */ |
◆ local
◆ LOOK
#define LOOK 0 /* look for a gzip header */ |
◆ ZLIB_INTERNAL
◆ zstrerror
◆ gz_statep
◆ OF() [1/7]
◆ OF() [2/7]
◆ OF() [3/7]
◆ OF() [4/7]
◆ OF() [5/7]
voidp malloc OF |
( |
(uInt size) | | ) |
|
|
extern |
◆ OF() [6/7]
◆ OF() [7/7]
void free OF |
( |
(voidpf ptr) | | ) |
|
|
extern |