Home
last modified time | relevance | path

Searched refs:gzeof (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dzconf.h67 # define gzeof z_gzeof macro
Dzlib.h1475 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
Dgzlib.c511 int ZEXPORT gzeof(file) in gzeof() function
DChangeLog217 - Fix gzeof() to behave just like feof() when read is not past end of file
318 - Fix bug in gzeof() to take into account unused input data
475 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h
774 - Fix gzeof() for concatenated gzip files [Johnson]
1059 - fix gzeof on non-compressed files (Allan Schrum)
1158 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzconf.h72 # define gzeof z_gzeof macro
Dzlib.h1594 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzlib.h1217 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
Dgzio.c891 int ZEXPORT gzeof (file) in gzeof() function
DChangeLog157 - Fix gzeof() for concatenated gzip files [Johnson]
442 - fix gzeof on non-compressed files (Allan Schrum)
541 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and