Searched refs:gzrewind (Results 1 – 6 of 6) sorted by relevance
346 int ZEXPORT gzrewind(file) in gzrewind() function423 if (gzrewind(file) == -1) /* rewind, then skip to offset */
97 # define gzrewind z_gzrewind macro
1570 ZEXTERN int ZEXPORT gzrewind OF((gzFile file));
91 # define gzrewind z_gzrewind macro
226 - Allow gzrewind() and gzseek() after a premature end-of-file1201 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and