Home
last modified time | relevance | path

Searched defs:gzFile_s (Results 1 – 13 of 13) 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/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/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/zstd/zlibWrapper/examples/
Dminigzip.c175 typedef struct gzFile_s { struct
176 FILE *file;
177 int write;
178 int err;
179 char *msg;
180 z_stream strm;
/external/zlib/contrib/minigzip/
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.h1761 struct gzFile_s { struct
1762 unsigned have;
1763 unsigned char *next;
1764 z_off64_t pos;
Dzlib-ng.h1808 struct gzFile_s { struct
1809 unsigned have;
1810 unsigned char *next;
1811 z_off64_t pos;
/external/angle/third_party/zlib/
Dzlib.h1817 struct gzFile_s { struct
1818 unsigned have;
1819 unsigned char *next;
1820 z_off64_t pos;
/external/zlib/
Dzlib.h1874 struct gzFile_s { struct
1875 unsigned have;
1876 unsigned char *next;
1877 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/rust/crates/libz-sys/src/
Dlib.rs21 pub enum gzFile_s {} enum