Home
last modified time | relevance | path

Searched defs:gzFile_s (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzcompatibility.h32 struct gzFile_s { struct
33 unsigned have;
34 unsigned char *next;
35 z_off64_t pos;
/f-stack/freebsd/contrib/zlib/test/
H A Dminigzip.c170 typedef struct gzFile_s { struct
171 FILE *file;
172 int write;
173 int err;
174 char *msg;
175 z_stream strm;
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dminigzip.c175 typedef struct gzFile_s { struct
176 FILE *file;
177 int write;
178 int err;
179 char *msg;
180 z_stream strm;
/f-stack/freebsd/contrib/zlib/
H A Dzlib.h1821 struct gzFile_s { struct
1822 unsigned have;
1823 unsigned char *next;
1824 z_off64_t pos;