Searched refs:gzrewind (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | gzlib.c | 339 int ZEXPORT gzrewind(file) in gzrewind() function 416 if (gzrewind(file) == -1) /* rewind, then skip to offset */
|
D | zconf.h | 85 # define gzrewind z_gzrewind macro
|
D | zlib.h | 1447 ZEXTERN int ZEXPORT gzrewind OF((gzFile file));
|
D | ChangeLog | 183 - Allow gzrewind() and gzseek() after a premature end-of-file 1158 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | zconf.h | 91 # define gzrewind z_gzrewind macro
|
D | zlib.h | 1566 ZEXTERN int ZEXPORT gzrewind OF((gzFile file));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | zlib.h | 1201 ZEXTERN int ZEXPORT gzrewind OF((gzFile file));
|
D | gzio.c | 828 } else if (gzrewind(file) < 0) { 857 int ZEXPORT gzrewind (file) in gzrewind() function
|
D | ChangeLog | 541 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
|