/external/libwebsockets/win32port/zlib/ |
D | zlib.h | 1165 typedef voidp gzFile; /* opaque gzip file descriptor */ typedef 1190 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1209 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1226 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1235 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1251 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 1259 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...)); 1274 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); 1282 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); 1295 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); [all …]
|
D | gzlib.c | 16 local gzFile gz_open OF((const char *, int, const char *)); 87 local gzFile gz_open(path, fd, mode) in gz_open() 192 return (gzFile)state; 196 gzFile ZEXPORT gzopen(path, mode) in gzopen() 204 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() 212 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() 217 gzFile gz; 229 gzFile file; in gzbuffer() 254 gzFile file; in gzrewind() 276 gzFile file; in gzseek64() [all …]
|
/external/python/cpython2/Modules/zlib/ |
D | zlib.h | 1300 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef 1340 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1363 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1379 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1390 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1421 gzFile file)); 1446 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 1455 z_size_t nitems, gzFile file)); 1468 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); 1483 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); [all …]
|
D | minigzip.c | 176 } *gzFile; typedef 178 gzFile gzopen OF((const char *, const char *)); 179 gzFile gzdopen OF((int, const char *)); 180 gzFile gz_open OF((const char *, int, const char *)); 182 gzFile gzopen(path, mode) in gzopen() 189 gzFile gzdopen(fd, mode) in gzdopen() 196 gzFile gz_open(path, fd, mode) in gz_open() 201 gzFile gz; 234 int gzwrite OF((gzFile, const void *, unsigned)); 237 gzFile gz; in gzwrite() [all …]
|
D | gzlib.c | 20 local gzFile gz_open OF((const void *, int, const char *)); 91 local gzFile gz_open(path, fd, mode) in gz_open() 266 return (gzFile)state; 270 gzFile ZEXPORT gzopen(path, mode) in gzopen() 278 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() 286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() 291 gzFile gz; 307 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() 317 gzFile file; in gzbuffer() 344 gzFile file; in gzrewind() [all …]
|
/external/rust/crates/libz-sys/src/zlib/ |
D | zlib.h | 1300 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef 1340 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1363 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1379 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1390 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1421 gzFile file)); 1446 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 1455 z_size_t nitems, gzFile file)); 1468 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); 1483 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); [all …]
|
D | gzlib.c | 20 local gzFile gz_open OF((const void *, int, const char *)); 91 local gzFile gz_open(path, fd, mode) in gz_open() 266 return (gzFile)state; 270 gzFile ZEXPORT gzopen(path, mode) in gzopen() 278 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() 286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() 291 gzFile gz; 307 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() 317 gzFile file; in gzbuffer() 344 gzFile file; in gzrewind() [all …]
|
/external/tflite-support/third_party/zlib/ |
D | zlib.h | 1349 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef 1389 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1412 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1428 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1439 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1471 gzFile file)); 1497 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 1507 z_size_t nitems, gzFile file)); 1521 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); 1536 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); [all …]
|
D | gzlib.c | 20 local gzFile gz_open OF((const void *, int, const char *)); 91 local gzFile gz_open(path, fd, mode) in gz_open() 266 return (gzFile)state; 270 gzFile ZEXPORT gzopen(path, mode) in gzopen() 278 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() 286 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() 291 gzFile gz; 307 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() 317 gzFile file; in gzbuffer() 344 gzFile file; in gzrewind() [all …]
|
/external/freetype/src/gzip/ |
D | zlib.h | 1317 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef 1357 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1380 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1396 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1407 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1438 gzFile file)); 1463 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, voidpc buf, unsigned len)); 1470 z_size_t nitems, gzFile file)); 1483 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); 1498 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); [all …]
|
/external/zlib/ |
D | zlib.h | 1350 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef 1390 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1413 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1429 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1440 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1472 gzFile file)); 1498 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, voidpc buf, unsigned len)); 1506 z_size_t nitems, gzFile file)); 1520 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); 1535 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); [all …]
|
D | gzlib.c | 20 local gzFile gz_open OF((const void *, int, const char *)); 93 local gzFile gz_open(path, fd, mode) in gz_open() 268 return (gzFile)state; 272 gzFile ZEXPORT gzopen(path, mode) in gzopen() 280 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() 288 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() 293 gzFile gz; 309 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() 319 gzFile file; in gzbuffer() 346 gzFile file; in gzrewind() [all …]
|
/external/oss-fuzz/projects/zlib/ |
D | minigzip_fuzzer.c | 94 } *gzFile; typedef 96 gzFile gzopen(const char *, const char *); 97 gzFile gzdopen(int, const char *); 98 gzFile gz_open (const char *, int, const char *); 100 gzFile gzopen(const char *path, const char *mode) in gzopen() 105 gzFile gzdopen(int fd, const char *mode) in gzdopen() 110 gzFile gz_open(const char *path, int fd, const char *mode) in gz_open() 112 gzFile gz; in gz_open() 161 int gzwrite(gzFile, const void *, unsigned); 163 int gzwrite(gzFile gz, const void *buf, unsigned len) in gzwrite() [all …]
|
/external/zstd/zlibWrapper/examples/ |
D | minigzip.c | 181 } *gzFile; typedef 183 gzFile gzopen OF((const char *, const char *)); 184 gzFile gzdopen OF((int, const char *)); 185 gzFile gz_open OF((const char *, int, const char *)); 187 gzFile gzopen(path, mode) in gzopen() 194 gzFile gzdopen(fd, mode) in gzdopen() 201 gzFile gz_open(path, fd, mode) in gz_open() 206 gzFile gz; 239 int gzwrite OF((gzFile, const void *, unsigned)); 242 gzFile gz; in gzwrite() [all …]
|
/external/rust/crates/libz-sys/src/zlib/test/ |
D | minigzip.c | 176 } *gzFile; typedef 178 gzFile gzopen OF((const char *, const char *)); 179 gzFile gzdopen OF((int, const char *)); 180 gzFile gz_open OF((const char *, int, const char *)); 182 gzFile gzopen(path, mode) in gzopen() 189 gzFile gzdopen(fd, mode) in gzdopen() 196 gzFile gz_open(path, fd, mode) in gz_open() 201 gzFile gz; 234 int gzwrite OF((gzFile, const void *, unsigned)); 237 gzFile gz; in gzwrite() [all …]
|
/external/zlib/contrib/minigzip/ |
D | minigzip.c | 176 } *gzFile; typedef 178 gzFile gzopen OF((const char *, const char *)); 179 gzFile gzdopen OF((int, const char *)); 180 gzFile gz_open OF((const char *, int, const char *)); 182 gzFile gzopen(path, mode) in gzopen() 189 gzFile gzdopen(fd, mode) in gzdopen() 196 gzFile gz_open(path, fd, mode) in gz_open() 201 gzFile gz; 234 int gzwrite OF((gzFile, const void *, unsigned)); 237 gzFile gz; in gzwrite() [all …]
|
/external/rust/crates/libz-sys/src/zlib/contrib/ada/ |
D | zlib-thin.ads | 109 type gzFile is new Voidp; -- zlib.h:646 182 function gzopen (path : Chars_Ptr; mode : Chars_Ptr) return gzFile; 184 function gzdopen (fd : Int; mode : Chars_Ptr) return gzFile; 187 (file : gzFile; 193 (file : gzFile; 199 (file : in gzFile; 204 function gzprintf (file : in gzFile; format : in Chars_Ptr) return Int; 206 function gzputs (file : in gzFile; s : in Chars_Ptr) return Int; 209 (file : gzFile; 214 function gzputc (file : gzFile; char : Int) return Int; [all …]
|
/external/zstd/zlibWrapper/ |
D | gzcompatibility.h | 14 ZEXTERN int ZEXPORT gzclose_r OF((gzFile file)); 15 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file)); 16 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 17 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file)); 43 ZEXTERN gzFile ZEXPORT gzopen_w OF((const wchar_t *path, 65 gzFile file)); 67 z_size_t nitems, gzFile file));
|
D | gzlib.c | 23 local gzFile gz_open OF((const void *, int, const char *)); 94 local gzFile gz_open(path, fd, mode) in gz_open() 273 gzFile ZEXPORT gzopen(path, mode) in gzopen() 281 gzFile ZEXPORT gzopen64(path, mode) in gzopen64() 289 gzFile ZEXPORT gzdopen(fd, mode) in gzdopen() 294 gzFile gz; 310 gzFile ZEXPORT gzopen_w(path, mode) in gzopen_w() 320 gzFile file; in gzbuffer() 347 gzFile file; in gzrewind() 370 gzFile file; in gzseek64() [all …]
|
D | gzguts.h | 148 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 149 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 150 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 151 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile)); 212 gzFile file;
|
/external/rust/crates/libz-sys/src/ |
D | lib.rs | 31 pub type gzFile = *mut gzFile_s; typedef 272 pub fn gzdirect(file: gzFile) -> c_int; in gzdirect() 274 pub fn gzdopen(fd: c_int, mode: *const c_char) -> gzFile; in gzdopen() argument 276 pub fn gzclearerr(file: gzFile); in gzclearerr() argument 278 pub fn gzclose(file: gzFile) -> c_int; in gzclose() 280 pub fn gzeof(file: gzFile) -> c_int; in gzeof() 282 pub fn gzerror(file: gzFile, errnum: *mut c_int) -> *const c_char; in gzerror() argument 284 pub fn gzflush(file: gzFile, flush: c_int) -> c_int; in gzflush() argument 286 pub fn gzgetc(file: gzFile) -> c_int; in gzgetc() 288 pub fn gzgets(file: gzFile, buf: *mut c_char, len: c_int) -> *mut c_char; in gzgets() argument [all …]
|
/external/rust/crates/libz-sys/src/zlib-ng/ |
D | gzlib.c | 22 static gzFile gz_open(const void *, int, const char *); 41 static gzFile gz_open(const void *path, int fd, const char *mode) { in gz_open() 211 return (gzFile)state; in gz_open() 215 gzFile Z_EXPORT PREFIX(gzopen)(const char *path, const char *mode) { in PREFIX() 220 gzFile Z_EXPORT PREFIX4(gzopen)(const char *path, const char *mode) { in PREFIX4() 226 gzFile Z_EXPORT PREFIX(gzdopen)(int fd, const char *mode) { in PREFIX() 228 gzFile gz; in PREFIX() 240 gzFile Z_EXPORT PREFIX(gzopen_w)(const wchar_t *path, const char *mode) { in PREFIX() 245 int Z_EXPORT PREFIX(gzclose)(gzFile file) { in PREFIX() 260 int Z_EXPORT PREFIX(gzbuffer)(gzFile file, unsigned size) { in PREFIX() [all …]
|
/external/rust/crates/libz-sys/src/zlib/os400/ |
D | zlib.inc | 82 D gzFile S * File pointer 144 D like(gzFile) 149 D like(gzFile) 154 D like(gzFile) 160 D like(gzFile) 165 D file value like(gzFile) File pointer 169 D file value like(gzFile) File pointer 174 D file value like(gzFile) File pointer 182 D file value like(gzFile) File pointer 185 D file value like(gzFile) File pointer [all …]
|
/external/rust/crates/libz-sys/src/zlib-ng/test/fuzz/ |
D | fuzzer_minigzip.c | 60 void gz_compress (FILE *in, gzFile out); 62 int gz_compress_mmap (FILE *in, gzFile out); 64 void gz_uncompress (gzFile in, FILE *out); 81 void gz_compress(FILE *in, gzFile out) { in gz_compress() 114 int gz_compress_mmap(FILE *in, gzFile out) { in gz_compress_mmap() 146 void gz_uncompress(gzFile in, FILE *out) { in gz_uncompress() 173 gzFile out; in file_compress() 205 gzFile in; in file_uncompress()
|
/external/rust/crates/libz-sys/src/zlib-ng/test/ |
D | minigzip.c | 64 void gz_compress (FILE *in, gzFile out); 66 int gz_compress_mmap (FILE *in, gzFile out); 68 void gz_uncompress (gzFile in, FILE *out); 85 void gz_compress(FILE *in, gzFile out) { in gz_compress() 123 int gz_compress_mmap(FILE *in, gzFile out) { in gz_compress_mmap() 155 void gz_uncompress(gzFile in, FILE *out) { in gz_uncompress() 189 gzFile out; in file_compress() 222 gzFile in; in file_uncompress() 277 gzFile file; in main()
|