Searched defs:gzFile_s (Results 1 – 13 of 13) sorted by relevance
32 struct gzFile_s { struct33 unsigned have;34 unsigned char *next;35 z_off64_t pos;
87 typedef struct gzFile_s { struct88 FILE *file;89 int write;90 int err;91 const char *msg;92 z_stream strm;93 unsigned char *buf;
170 typedef struct gzFile_s { struct171 FILE *file;172 int write;173 int err;174 char *msg;175 z_stream strm;
1817 struct gzFile_s { struct1818 unsigned have;1819 unsigned char *next;1820 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;
1761 struct gzFile_s { struct1762 unsigned have;1763 unsigned char *next;1764 z_off64_t pos;
1808 struct gzFile_s { struct1809 unsigned have;1810 unsigned char *next;1811 z_off64_t pos;
1874 struct gzFile_s { struct1875 unsigned have;1876 unsigned char *next;1877 z_off64_t pos;
21 pub enum gzFile_s {} enum