Searched refs:gzeof (Results 1 – 22 of 22) sorted by relevance
44 gzeof
54 gzeof
40 gzeof @34
230 function gzeof (file : gzFile) return Int; subprogspec416 pragma Import (C, gzeof, "gzeof");
59 EXPORT SYMBOL("gzeof")
254 D gzeof PR 10i 0 extproc('gzeof')
44 gzeof;
67 # define gzeof z_gzeof macro
1475 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
60 # define gzeof z_gzeof macro
1382 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
511 int ZEXPORT gzeof( in gzeof() function
1544 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
511 int ZEXPORT gzeof(file) in gzeof() function
69 # define gzeof z_gzeof
217 - Fix gzeof() to behave just like feof() when read is not past end of file318 - Fix bug in gzeof() to take into account unused input data475 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h774 - 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