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

/external/chromium_org/third_party/zlib/
H A Dgzlib.c255 int ZEXPORT gzrewind(file) function
330 if (gzrewind(file) == -1) /* rewind, then skip to offset */
H A Dmozzconf.h84 #define gzrewind MOZ_Z_gzrewind macro
H A Dzconf.h76 # define gzrewind z_gzrewind macro
/external/zlib/src/
H A Dgzlib.c339 int ZEXPORT gzrewind(file) function
416 if (gzrewind(file) == -1) /* rewind, then skip to offset */
H A Dzconf.h85 # 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
/external/zlib/
H A Dzconf.h85 # define gzrewind z_gzrewind macro

Completed in 58 milliseconds