Searched defs:gzFile_s (Results 1 – 15 of 15) 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;
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
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;
1780 struct gzFile_s { struct1781 unsigned have;1782 unsigned char *next;1783 z_off64_t pos;
1823 struct gzFile_s { struct1824 unsigned have;1825 unsigned char *next;1826 z_off64_t pos;
1874 struct gzFile_s { struct1875 unsigned have;1876 unsigned char *next;1877 z_off64_t pos;
1864 struct gzFile_s { struct1865 unsigned have;1866 unsigned char *next;1867 z_off64_t pos;
1837 struct gzFile_s { struct1838 unsigned have;1839 unsigned char *next;1840 z_off64_t pos;
1893 struct gzFile_s { struct1894 unsigned have;1895 unsigned char *next;1896 z_off64_t pos;
42 pub enum gzFile_s {} enum