Home
last modified time | relevance | path

Searched defs:gzFile_s (Results 1 – 7 of 7) 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/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/freetype/src/gzip/
Dzlib.h1864 struct gzFile_s { struct
1865 unsigned have;
1866 unsigned char *next;
1867 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/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/android-crates-io/crates/libz-sys/src/
Dlib.rs43 pub enum gzFile_s {} enum