Home
last modified time | relevance | path

Searched defs:gzFile_s (Results 1 – 15 of 15) sorted by relevance

/external/zstd/zlibWrapper/
Dgzcompatibility.h32 struct gzFile_s { struct
33 unsigned have;
34 unsigned char *next;
35 z_off64_t pos;
/external/oss-fuzz/projects/zlib/
Dminigzip_fuzzer.c87 typedef struct gzFile_s { struct
88 FILE *file;
89 int write;
90 int err;
91 const char *msg;
92 z_stream strm;
93 unsigned char *buf;
/external/zstd/zlibWrapper/examples/
Dminigzip.c173 typedef struct gzFile_s { struct
174 FILE *file;
175 int write;
176 int err;
177 char *msg;
178 z_stream strm;
/external/zlib/test/
Dminigzip.c162 typedef struct gzFile_s { struct
174 gz = malloc(sizeof(struct gzFile_s)); in gz_open() argument
/external/python/cpython2/Modules/zlib/
Dminigzip.c170 typedef struct gzFile_s { struct
171 FILE *file;
172 int write;
173 int err;
174 char *msg;
175 z_stream strm;
Dzlib.h1817 struct gzFile_s { struct
1818 unsigned have;
1819 unsigned char *next;
1820 z_off64_t pos;
/external/rust/crates/libz-sys/src/zlib/test/
Dminigzip.c170 typedef struct gzFile_s { struct
171 FILE *file;
172 int write;
173 int err;
174 char *msg;
175 z_stream strm;
/external/rust/crates/libz-sys/src/zlib-ng/
Dzlib.h.in1780 struct gzFile_s { struct
1781 unsigned have;
1782 unsigned char *next;
1783 z_off64_t pos;
Dzlib-ng.h.in1823 struct gzFile_s { struct
1824 unsigned have;
1825 unsigned char *next;
1826 z_off64_t pos;
/external/tflite-support/third_party/zlib/
Dzlib.h1874 struct gzFile_s { struct
1875 unsigned have;
1876 unsigned char *next;
1877 z_off64_t pos;
/external/freetype/src/gzip/
Dzlib.h1864 struct gzFile_s { struct
1865 unsigned have;
1866 unsigned char *next;
1867 z_off64_t pos;
/external/trusty/arm-trusted-firmware/lib/zlib/
Dzlib.h1837 struct gzFile_s { struct
1838 unsigned have;
1839 unsigned char *next;
1840 z_off64_t pos;
/external/rust/crates/libz-sys/src/zlib/
Dzlib.h1817 struct gzFile_s { struct
1818 unsigned have;
1819 unsigned char *next;
1820 z_off64_t pos;
/external/zlib/
Dzlib.h1893 struct gzFile_s { struct
1894 unsigned have;
1895 unsigned char *next;
1896 z_off64_t pos;
/external/rust/crates/libz-sys/src/
Dlib.rs42 pub enum gzFile_s {} enum