Home
last modified time | relevance | path

Searched refs:gzFile (Results 1 – 1 of 1) sorted by relevance

/xnu-8792.61.2/libkern/libkern/
H A Dzlib.h1111 typedef voidp gzFile; typedef
1113 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1130 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1143 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1151 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1159 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1167 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1180 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1187 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1196 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
[all …]