Go to the source code of this file.
Classes | |
struct | gz_state |
Macros | |
#define | _POSIX_SOURCE |
#define | COPY 1 /* copy input directly */ |
#define | DEF_MEM_LEVEL 8 |
#define | GT_OFF(x) (sizeof(int) == sizeof(z_off64_t) && (x) > gz_intmax()) |
#define | GZ_APPEND 1 /* mode set to GZ_WRITE after the file is opened */ |
#define | GZ_NONE 0 |
#define | GZ_READ 7247 |
#define | GZ_WRITE 31153 |
#define | GZBUFSIZE 8192 |
#define | GZIP 2 /* decompress a gzip stream */ |
#define | local static |
#define | LOOK 0 /* look for a gzip header */ |
#define | ZLIB_INTERNAL |
#define | zstrerror() strerror(errno) |
Typedefs | |
typedef gz_state FAR * | gz_statep |
Functions | |
ZEXTERN gzFile ZEXPORT gzopen64 | OF ((const char *, const char *)) |
void ZLIB_INTERNAL gz_error | OF ((gz_statep, int, const char *)) |
ZEXTERN z_off64_t ZEXPORT gztell64 | OF ((gzFile)) |
ZEXTERN z_off64_t ZEXPORT gzseek64 | OF ((gzFile, z_off64_t, int)) |
voidp malloc | OF ((uInt size)) |
unsigned ZLIB_INTERNAL gz_intmax | OF ((void)) |
void free | OF ((voidpf ptr)) |
#define _POSIX_SOURCE |
Definition at line 30 of file bloaty/third_party/zlib/gzguts.h.
Definition at line 166 of file bloaty/third_party/zlib/gzguts.h.
#define DEF_MEM_LEVEL 8 |
Definition at line 149 of file bloaty/third_party/zlib/gzguts.h.
Definition at line 217 of file bloaty/third_party/zlib/gzguts.h.
Definition at line 162 of file bloaty/third_party/zlib/gzguts.h.
#define GZ_NONE 0 |
Definition at line 159 of file bloaty/third_party/zlib/gzguts.h.
#define GZ_READ 7247 |
Definition at line 160 of file bloaty/third_party/zlib/gzguts.h.
#define GZ_WRITE 31153 |
Definition at line 161 of file bloaty/third_party/zlib/gzguts.h.
#define GZBUFSIZE 8192 |
Definition at line 156 of file bloaty/third_party/zlib/gzguts.h.
Definition at line 167 of file bloaty/third_party/zlib/gzguts.h.
#define local static |
Definition at line 114 of file bloaty/third_party/zlib/gzguts.h.
Definition at line 165 of file bloaty/third_party/zlib/gzguts.h.
#define ZLIB_INTERNAL |
Definition at line 18 of file bloaty/third_party/zlib/gzguts.h.
#define zstrerror | ( | ) | strerror(errno) |
Definition at line 133 of file bloaty/third_party/zlib/gzguts.h.
Definition at line 202 of file bloaty/third_party/zlib/gzguts.h.
void ZLIB_INTERNAL gz_error OF | ( | (gz_statep, int, const char *) | ) |
unsigned ZLIB_INTERNAL gz_intmax OF | ( | (void) | ) |