Searched refs:gzFile (Results 1 – 2 of 2) sorted by relevance
| /interface/sdk_c/third_party/zlib/ |
| D | zlib.h | 1302 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef 1342 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1365 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1381 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1392 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1423 gzFile file)); 1448 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, voidpc buf, unsigned len)); 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 | zconf.h | 147 # define gzFile z_gzFile macro
|