Searched refs:Z_PARTIAL_FLUSH (Results 1 – 4 of 4) sorted by relevance
169 #define Z_PARTIAL_FLUSH 1 macro
210 - Remove second empty static block for Z_PARTIAL_FLUSH559 - Remove deprecation comment on Z_PARTIAL_FLUSH (it stays)1212 (but the symbol Z_PARTIAL_FLUSH is kept for compatibility with 1.0.4)1490 - do real compression in deflate.c. Z_PARTIAL_FLUSH is supported but1501 - suppress Z_BLOCK_FLUSH, interpret Z_PARTIAL_FLUSH as block flush
1025 if (flush == Z_PARTIAL_FLUSH) {
436 if (flush == Z_SYNC_FLUSH || flush == Z_PARTIAL_FLUSH) { in z_deflate()