Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libz/
HDSymbol.map65 gzflush;
/freebsd-14-stable/sys/contrib/zlib/
HDzconf.h88 # define gzflush z_gzflush macro
HDzlib.h1538 ZEXTERN int ZEXPORT gzflush(gzFile file, int flush);
HDgzwrite.c529 int ZEXPORT gzflush(gzFile file, int flush) { in gzflush() function
HDzconf.h.in77 # define gzflush z_gzflush macro
HDChangeLog18 - Fix bug when using gzflush() with a very small buffer
88 - Avoid adding empty gzip member after gzflush with Z_FINISH
548 - Fix missing error return in gzflush(), add zlib.h note
1361 - do not return an error for the 2nd of two consecutive gzflush() (Felix Lee)
1510 - gzflush now calls fflush
/freebsd-14-stable/sys/contrib/zstd/zlibWrapper/
HDgzwrite.c559 int ZEXPORT gzflush(file, flush) in gzflush() function