Home | History | Annotate | Download | only in zlib

Lines Matching defs:gzseek

1409    gzseek() or gzrewind().
1428 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1438 supported; gzseek then compresses a sequence of zeroes up to the new
1441 gzseek returns the resulting offset location as measured in bytes from
1451 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1462 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1710 # define gzseek gzseek64
1726 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));