Home | History | Annotate | Download | only in zlib_v128

Lines Matching refs:gzrewind

1478    gzseek() or gzrewind().
1516 ZEXTERN int ZEXPORT gzrewind OF((gzFile file));
1520 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)