Searched refs:Z_FULL_FLUSH (Results 1 – 19 of 19) sorted by relevance
63 chunk += (compressor.flush(zlib.Z_FULL_FLUSH) +
264 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate()306 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
128 #define Z_FULL_FLUSH 3 macro
71 Z_FULL_FLUSH = 3;
386 err := deflate(c_stream, Z_FULL_FLUSH);
62 Z_FULL_FLUSH : constant := 3; -- zlib.h:128
167 #define Z_FULL_FLUSH 3 macro
170 Z_FULL_FLUSH = 3;
214 Z_FULL_FLUSH, carefully write all the pending data at those points, and216 points. You have to be careful to not use Z_FULL_FLUSH too often, since it
522 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart1397 - deflate(Z_FULL_FLUSH) now works even if output buffer too short1405 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented1448 not yet Z_FULL_FLUSH.
931 if (flush == Z_FULL_FLUSH) {
394 err = deflate(&c_stream, Z_FULL_FLUSH);
236 #define Z_FULL_FLUSH 3 macro
930 if (flush == Z_FULL_FLUSH) { in deflate()
212 Z_FULL_FLUSH, carefully write all the pending data at those points, and214 points. You have to be careful to not use Z_FULL_FLUSH too often, since it
848 if (flush == Z_FULL_FLUSH) {
40 D Z_FULL_FLUSH C 3