Searched refs:gzFile (Results 1 – 3 of 3) sorted by relevance
| /optee_os/core/lib/zlib/ |
| H A D | zlib.h | 1303 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef 1343 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1366 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1382 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1393 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1424 gzFile file)); 1449 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, voidpc buf, unsigned len)); 1456 z_size_t nitems, gzFile file)); 1469 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); 1484 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); [all …]
|
| H A D | gzguts.h | 142 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *)); 143 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int)); 144 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile)); 145 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
|
| H A D | zconf.h | 152 # define gzFile z_gzFile macro
|