Searched refs:Z_FULL_FLUSH (Results 1 – 22 of 22) sorted by relevance
254 if (((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) in Deflate()298 zerror_ = Deflate(Z_FULL_FLUSH); in Flush()
260 if ((flush == Z_FULL_FLUSH) || (flush == Z_FINISH)) { in Deflate()302 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);
165 #define Z_FULL_FLUSH 3 macro
62 Z_FULL_FLUSH : constant := 3; -- zlib.h:128
170 Z_FULL_FLUSH = 3;
168 #define Z_FULL_FLUSH 3 macro
871 if (flush == Z_FULL_FLUSH) {
167 #define Z_FULL_FLUSH 3 macro
931 if (flush == Z_FULL_FLUSH) {
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.
394 err = deflate(&c_stream, Z_FULL_FLUSH);
231 #define Z_FULL_FLUSH 3 macro
930 if (flush == Z_FULL_FLUSH) { in deflate()
227 #define Z_FULL_FLUSH 3 macro
40 D Z_FULL_FLUSH C 3