Searched refs:Z_PARTIAL_FLUSH (Results 1 – 5 of 5) sorted by relevance
169 #define Z_PARTIAL_FLUSH 1 macro
313 - Remove second empty static block for Z_PARTIAL_FLUSH662 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)1315 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)1593 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but1604 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
1204 if (flush == Z_PARTIAL_FLUSH) { in deflate()
451 if (flush == Z_SYNC_FLUSH || flush == Z_PARTIAL_FLUSH) { in z_deflate()
851 Z_PARTIAL_FLUSH); in compress_buffer()