Lines Matching refs:gzFile
1068 typedef voidp gzFile; typedef
1070 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1087 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1100 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1108 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1116 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1124 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1137 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1144 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1153 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1159 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1165 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1175 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
1185 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1203 ZEXTERN int ZEXPORT gzrewind OF((gzFile file));
1210 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1219 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
1225 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1231 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1238 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1247 ZEXTERN void ZEXPORT gzclearerr OF((gzFile file));