Searched defs:gzFile_s (Results 1 – 4 of 4) sorted by relevance
32 struct gzFile_s { struct33 unsigned have;34 unsigned char *next;35 z_off64_t pos;
170 typedef struct gzFile_s { struct171 FILE *file;172 int write;173 int err;174 char *msg;175 z_stream strm;
175 typedef struct gzFile_s { struct176 FILE *file;177 int write;178 int err;179 char *msg;180 z_stream strm;
1821 struct gzFile_s { struct1822 unsigned have;1823 unsigned char *next;1824 z_off64_t pos;