Home | History | Annotate | Download | only in zlib

Lines Matching full:gzrewind

1316    gzseek() or gzrewind().
1354 ZEXTERN int ZEXPORT gzrewind OF((gzFile file));
1358 gzrewind(file) is equivalent to (int)gzseek(file, 0L, SEEK_SET)