Home | History | Annotate | Download | only in zlib

Lines Matching refs:gzFile

1170 typedef voidp gzFile;       /* opaque gzip file descriptor */
1173 ZEXTERN gzFile ZEXPORT gzopen OF((const char *path, const char *mode));
1189 insufficient memory to allocate the gzFile state, or if an invalid mode was
1195 ZEXTERN gzFile ZEXPORT gzdopen OF((int fd, const char *mode));
1197 gzdopen associates a gzFile with the file descriptor fd. File descriptors
1201 The next call of gzclose on the returned gzFile will also close the file
1208 gzFile state, if an invalid mode was specified (an 'r', 'w', or 'a' was not
1214 ZEXTERN int ZEXPORT gzbuffer OF((gzFile file, unsigned size));
1231 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1240 ZEXTERN int ZEXPORT gzread OF((gzFile file, voidp buf, unsigned len));
1256 ZEXTERN int ZEXPORT gzwrite OF((gzFile file,
1264 ZEXTERN int ZEXPORTVA gzprintf OF((gzFile file, const char *format, ...));
1279 ZEXTERN int ZEXPORT gzputs OF((gzFile file, const char *s));
1287 ZEXTERN char * ZEXPORT gzgets OF((gzFile file, char *buf, int len));
1300 ZEXTERN int ZEXPORT gzputc OF((gzFile file, int c));
1306 ZEXTERN int ZEXPORT gzgetc OF((gzFile file));
1312 ZEXTERN int ZEXPORT gzungetc OF((int c, gzFile file));
1324 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
1340 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1359 ZEXTERN int ZEXPORT gzrewind OF((gzFile file));
1367 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile file));
1378 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile file));
1387 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
1402 ZEXTERN int ZEXPORT gzdirect OF((gzFile file));
1418 ZEXTERN int ZEXPORT gzclose OF((gzFile file));
1430 ZEXTERN int ZEXPORT gzclose_r OF((gzFile file));
1431 ZEXTERN int ZEXPORT gzclose_w OF((gzFile file));
1442 ZEXTERN const char * ZEXPORT gzerror OF((gzFile file, int *errnum));
1458 ZEXTERN void ZEXPORT gzclearerr OF((gzFile file));
1571 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
1572 ZEXTERN z_off64_t ZEXPORT gzseek64 OF((gzFile, z_off64_t, int));
1573 ZEXTERN z_off64_t ZEXPORT gztell64 OF((gzFile));
1574 ZEXTERN z_off64_t ZEXPORT gzoffset64 OF((gzFile));
1605 ZEXTERN gzFile ZEXPORT gzopen64 OF((const char *, const char *));
1606 ZEXTERN z_off_t ZEXPORT gzseek64 OF((gzFile, z_off_t, int));
1607 ZEXTERN z_off_t ZEXPORT gztell64 OF((gzFile));
1608 ZEXTERN z_off_t ZEXPORT gzoffset64 OF((gzFile));
1612 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
1613 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
1614 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
1615 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile));
1620 ZEXTERN gzFile ZEXPORT gzopen OF((const char *, const char *));
1621 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
1622 ZEXTERN z_off_t ZEXPORT gztell OF((gzFile));
1623 ZEXTERN z_off_t ZEXPORT gzoffset OF((gzFile));