Lines Matching refs:Z_FINISH
609 (s->status == FINISH_STATE && flush != Z_FINISH)) {
817 flush != Z_FINISH) {
877 if (flush != Z_FINISH) return Z_OK;
1521 FLUSH_BLOCK(s, flush == Z_FINISH);
1522 return flush == Z_FINISH ? finish_done : block_done;
1618 FLUSH_BLOCK(s, flush == Z_FINISH);
1619 return flush == Z_FINISH ? finish_done : block_done;
1743 FLUSH_BLOCK(s, flush == Z_FINISH);
1744 return flush == Z_FINISH ? finish_done : block_done;
1811 FLUSH_BLOCK(s, flush == Z_FINISH);
1812 return flush == Z_FINISH ? finish_done : block_done;
1844 FLUSH_BLOCK(s, flush == Z_FINISH);
1845 return flush == Z_FINISH ? finish_done : block_done;