Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zlib/
H A Dzconf.h78 # define gzeof z_gzeof macro
H A Dgzlib.c518 int ZEXPORT gzeof(file) in gzeof() function
H A Dzlib.h1598 ZEXTERN int ZEXPORT gzeof OF((gzFile file));
H A Dzconf.h.in72 # define gzeof z_gzeof macro
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
/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/cmd/draid/
H A Ddraid.c92 while (!gzeof(fp)) { in read_map()
94 if ((rc < 0) || (rc == 0 && !gzeof(fp))) { in read_map()
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzlib.c518 int ZEXPORT gzeof(file) in gzeof() function