Home
last modified time | relevance | path

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

/reactos/sdk/include/reactos/libs/zlib/
H A Dzconf.h77 # define gzflush z_gzflush macro
H A Dzlib.h1532 ZEXTERN int ZEXPORT gzflush OF((gzFile file, int flush));
/reactos/sdk/lib/3rdparty/zlib/
H A Dgzwrite.c565 int ZEXPORT gzflush(file, flush) in gzflush() function
H A DChangeLog60 - Avoid adding empty gzip member after gzflush with Z_FINISH
520 - Fix missing error return in gzflush(), add zlib.h note
1333 - do not return an error for the 2nd of two consecutive gzflush() (Felix Lee)
1482 - gzflush now calls fflush