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

/external/python/cpython2/Modules/zlib/
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/python/cpython3/Modules/zlib/
H A Dgzlib.c343 int ZEXPORT gzrewind(file) function
420 if (gzrewind(file) == -1) /* rewind, then skip to offset */
H A Dzconf.h91 # define gzrewind z_gzrewind macro
/external/zlib/src/
H A Dgzlib.c343 int ZEXPORT gzrewind(file) function
420 if (gzrewind(file) == -1) /* rewind, then skip to offset */
H A Dzconf.h91 # define gzrewind z_gzrewind macro
/external/syslinux/com32/include/
H A Dzconf.h73 # define gzrewind z_gzrewind macro
/external/zlib/
H A Dzconf.h91 # define gzrewind z_gzrewind macro

Completed in 228 milliseconds