Searched defs:gzrewind (Results 1 - 3 of 3) sorted by relevance

/external/zlib/
H A Dgzlib.c273 int ZEXPORT gzrewind(file) function
350 if (gzrewind(file) == -1) /* rewind, then skip to offset */
H A Dzconf.h81 # define gzrewind z_gzrewind macro
/external/qemu/distrib/zlib-1.2.3/
H A Dgzio.c828 } else if (gzrewind(file) < 0) {
857 int ZEXPORT gzrewind (file) function

Completed in 70 milliseconds