Lines Matching defs:gzseek
1531 gzseek() or gzrewind().
1550 ZEXTERN z_off_t ZEXPORT gzseek(gzFile file,
1560 supported; gzseek then compresses a sequence of zeroes up to the new
1563 gzseek returns the resulting offset location as measured in bytes from
1573 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET).
1584 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1886 # ifdef gzseek
1887 # undef gzseek
1889 # define gzseek gzseek64
1926 ZEXTERN z_off_t ZEXPORT gzseek(gzFile, z_off_t, int);