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;
175 typedef struct gzFile_s { struct176 FILE *file;177 int write;178 int err;179 char *msg;180 z_stream strm;
162 typedef struct gzFile_s { struct174 gz = malloc(sizeof(struct gzFile_s)); in gz_open() argument
1842 struct gzFile_s { struct1843 unsigned have;1844 unsigned char *next;1845 z_off64_t pos;