Lines Matching +defs:file +defs:path
88 local gzFile gz_open(const void *path, int fd, const char *mode) { in gz_open()
263 gzFile ZEXPORT gzopen(const char *path, const char *mode) { in gzopen()
268 gzFile ZEXPORT gzopen64(const char *path, const char *mode) { in gzopen64()
274 char *path; /* identifier for error messages */ in gzdopen() local
291 gzFile ZEXPORT gzopen_w(const wchar_t *path, const char *mode) { in gzopen_w()
297 int ZEXPORT gzbuffer(gzFile file, unsigned size) { in gzbuffer()
321 int ZEXPORT gzrewind(gzFile file) { in gzrewind()
342 z_off64_t ZEXPORT gzseek64(gzFile file, z_off64_t offset, int whence) { in gzseek64()
415 z_off_t ZEXPORT gzseek(gzFile file, z_off_t offset, int whence) { in gzseek()
423 z_off64_t ZEXPORT gztell64(gzFile file) { in gztell64()
438 z_off_t ZEXPORT gztell(gzFile file) { in gztell()
446 z_off64_t ZEXPORT gzoffset64(gzFile file) { in gzoffset64()
467 z_off_t ZEXPORT gzoffset(gzFile file) { in gzoffset()
475 int ZEXPORT gzeof(gzFile file) { in gzeof()
490 const char * ZEXPORT gzerror(gzFile file, int *errnum) { in gzerror()
508 void ZEXPORT gzclearerr(gzFile file) { in gzclearerr()