Searched refs:gzeof (Results 1 – 7 of 7) sorted by relevance
78 # define gzeof z_gzeof macro
518 int ZEXPORT gzeof(file) in gzeof() function
1598 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
72 # define gzeof z_gzeof macro
260 - Fix gzeof() to behave just like feof() when read is not past end of file361 - Fix bug in gzeof() to take into account unused input data518 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h817 - Fix gzeof() for concatenated gzip files [Johnson]1102 - fix gzeof on non-compressed files (Allan Schrum)1201 - add functions gzprintf, gzputc, gzgetc, gztell, gzeof, gzseek, gzrewind and
92 while (!gzeof(fp)) { in read_map()94 if ((rc < 0) || (rc == 0 && !gzeof(fp))) { in read_map()