Home | History | Annotate | Download | only in src

Lines Matching refs:gzrewind

1409    gzseek() or gzrewind().
1447 ZEXTERN int ZEXPORT gzrewind OF((gzFile file));
1451 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)