Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzcompatibility.h32 struct gzFile_s { struct
33 unsigned have;
34 unsigned char *next;
35 z_off64_t pos;
/freebsd/sys/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;
/freebsd/sys/contrib/zlib/test/
H A Dminigzip.c162 typedef struct gzFile_s { struct
174 gz = malloc(sizeof(struct gzFile_s)); in gz_open() argument
/freebsd/sys/contrib/zlib/
H A Dzlib.h1842 struct gzFile_s { struct
1843 unsigned have;
1844 unsigned char *next;
1845 z_off64_t pos;