Lines Matching refs:Z_FINISH
588 flush > Z_FINISH || flush < 0) { in deflate()
595 (s->status == FINISH_STATE && flush != Z_FINISH)) { in deflate()
803 flush != Z_FINISH) { in deflate()
857 if (flush != Z_FINISH) return Z_OK; in deflate()
1461 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_stored()
1462 return flush == Z_FINISH ? finish_done : block_done; in deflate_stored()
1567 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_fast()
1568 return flush == Z_FINISH ? finish_done : block_done; in deflate_fast()
1695 FLUSH_BLOCK(s, flush == Z_FINISH); in deflate_slow()
1696 return flush == Z_FINISH ? finish_done : block_done; in deflate_slow()
1755 FLUSH_BLOCK(s, flush == Z_FINISH);
1756 return flush == Z_FINISH ? finish_done : block_done;