#include <stdio.h>
#include <unistd.h>
#include "zlib.h"
#include <fcntl.h>
#include <errno.h>
Go to the source code of this file.
Definition at line 162 of file gzguts.h.
Class Members |
int |
direct |
|
int |
eof |
|
int |
err |
|
int |
fd |
|
int |
how |
|
unsigned char * |
in |
|
int |
level |
|
int |
mode |
|
char * |
msg |
|
unsigned char * |
out |
|
int |
past |
|
char * |
path |
|
int |
seek |
|
unsigned |
size |
|
long |
skip |
|
long |
start |
|
int |
strategy |
|
z_stream |
strm |
|
unsigned |
want |
|
struct gzFile_s |
x |
|
#define COPY 1 /* copy input directly */ |
#define GZ_APPEND 1 /* mode set to GZ_WRITE after the file is opened */ |
#define GZIP 2 /* decompress a gzip stream */ |
#define LOOK 0 /* look for a gzip header */ |
#define zstrerror |
( |
| ) |
strerror(errno) |