Searched refs:Z_FULL_FLUSH (Results 1 – 10 of 10) sorted by relevance
171 #define Z_FULL_FLUSH 3 macro
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
565 - Fix Z_FULL_FLUSH to truly erase the past by resetting s->strstart1440 - deflate(Z_FULL_FLUSH) now works even if output buffer too short1448 - deflate(Z_FULL_FLUSH), inflateReset and inflateSync are now fully implemented1491 not yet Z_FULL_FLUSH.
1032 if (flush == Z_FULL_FLUSH) {
411 err = deflate(&c_stream, Z_FULL_FLUSH);
419 err = deflate(&c_stream, Z_FULL_FLUSH);
130 - deflate (with exception of Z_FULL_FLUSH, Z_BLOCK, and Z_TREES)
410 if (flush == Z_FULL_FLUSH in z_deflate()
394 err = deflate(&c_stream, Z_FULL_FLUSH);
410 return Z_FULL_FLUSH; in map_zlib_flush_flag()