Home
last modified time | relevance | path

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

/dragonfly/lib/libz/
H A DSymbol.map33 gzeof;
H A Dzconf.h72 # define gzeof z_gzeof macro
/dragonfly/contrib/zlib-1.2/
H A Dgzlib.c515 int ZEXPORT gzeof(file) in gzeof() function
H A Dzlib.h1594 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
H A DChangeLog260 - Fix gzeof() to behave just like feof() when read is not past end of file
361 - Fix bug in gzeof() to take into account unused input data
518 - Change gzeof() to return 0 on error instead of -1 to agree with zlib.h
817 - 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