Searched refs:gzflush (Results 1 – 7 of 7) sorted by relevance
65 gzflush;
88 # define gzflush z_gzflush macro
1538 ZEXTERN int ZEXPORT gzflush(gzFile file, int flush);
529 int ZEXPORT gzflush(gzFile file, int flush) { in gzflush() function
77 # define gzflush z_gzflush macro
18 - Fix bug when using gzflush() with a very small buffer88 - Avoid adding empty gzip member after gzflush with Z_FINISH548 - Fix missing error return in gzflush(), add zlib.h note1361 - do not return an error for the 2nd of two consecutive gzflush() (Felix Lee)1510 - gzflush now calls fflush
559 int ZEXPORT gzflush(file, flush) in gzflush() function