Lines Matching +defs:file +defs:path
90 local gzFile gz_open(const void *path, int fd, const char *mode) { in gz_open()
265 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen()
270 gzFile ZEXPORT gzopen64(const char *path, const char *mode) { in gzopen64()
276 char *path; /* identifier for error messages */ in gzdopen() local
293 gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode) { in gzopen_w()
299 int ZEXPORT gzbuffer(gzFile file, unsigned size) { in gzbuffer()
323 int ZEXPORT gzrewind(gzFile file) { in gzrewind()
344 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { in gzseek64()
417 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek()
425 z_off64_t ZEXPORT gztell64(gzFile file) { in gztell64()
440 z_off_t ZEXPORT gztell(gzFile file) { in gztell()
448 z_off64_t ZEXPORT gzoffset64(gzFile file) { in gzoffset64()
469 z_off_t ZEXPORT gzoffset(gzFile file) { in gzoffset()
477 int ZEXPORT gzeof(gzFile file) { in gzeof()
492 const char * ZEXPORT gzerror(gzFile file, int *errnum) { in gzerror()
510 void ZEXPORT gzclearerr(gzFile file) { in gzclearerr()