Searched refs:gzFile (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13/system/include/ |
| 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 | zconf.h | 114 # define gzFile z_gzFile macro
|