Searched refs:gzeof (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | zconf.h | 67 # define gzeof z_gzeof macro
|
D | zlib.h | 1475 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
|
D | gzlib.c | 511 int ZEXPORT gzeof(file) in gzeof() function
|
D | ChangeLog | 217 - 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/ |
D | zconf.h | 72 # define gzeof z_gzeof macro
|
D | zlib.h | 1594 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | zlib.h | 1217 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
|
D | gzio.c | 891 int ZEXPORT gzeof (file) in gzeof() function
|
D | ChangeLog | 157 - 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
|