Lines Matching defs:gzseek
1321 gzseek() or gzrewind().
1340 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1350 supported; gzseek then compresses a sequence of zeroes up to the new
1353 gzseek returns the resulting offset location as measured in bytes from
1363 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1374 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1584 # ifdef gzseek
1585 # undef gzseek
1587 # define gzseek gzseek64
1613 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));
1621 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));