Home | History | Annotate | Download | only in include

Lines Matching defs:gzseek

1316    gzseek() or gzrewind().
1335 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile file,
1345 supported; gzseek then compresses a sequence of zeroes up to the new
1348 gzseek returns the resulting offset location as measured in bytes from
1358 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)
1369 gztell(file) is equivalent to gzseek(file, 0L, SEEK_CUR)
1576 # define gzseek gzseek64
1591 ZEXTERN z_off_t ZEXPORT gzseek OF((gzFile, z_off_t, int));