Searched refs:gzFile (Results 1 – 2 of 2) sorted by relevance
/development/ndk/zlib/ |
D | zlib.h | 1207 typedef struct gzFile_s *gzFile; /* semi-opaque gzip file descriptor */ typedef 1247 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode)); 1270 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size)); 1287 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy)); 1296 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len)); 1324 ZEXTERN int ZEXPORT gzwrite OF((gzFile file, 1332 ZEXTERN int ZEXPORTVA gzprintf Z_ARG((gzFile file, const char *format, ...)); 1347 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s)); 1355 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len)); 1368 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c)); [all …]
|
D | zconf.h | 131 # define gzFile z_gzFile macro
|