Searched defs:gzFile_s (Results 1 – 7 of 7) sorted by relevance
32 struct gzFile_s { struct33 unsigned have;34 unsigned char *next;35 z_off64_t pos;
173 typedef struct gzFile_s { struct174 FILE *file;175 int write;176 int err;177 char *msg;178 z_stream strm;
162 typedef struct gzFile_s { struct174 gz = malloc(sizeof(struct gzFile_s)); in gz_open() argument
1864 struct gzFile_s { struct1865 unsigned have;1866 unsigned char *next;1867 z_off64_t pos;
1893 struct gzFile_s { struct1894 unsigned have;1895 unsigned char *next;1896 z_off64_t pos;
1837 struct gzFile_s { struct1838 unsigned have;1839 unsigned char *next;1840 z_off64_t pos;
43 pub enum gzFile_s {} enum