Lines Matching refs:Z_FINISH
595 if (s->status == FINISH_STATE && flush != Z_FINISH) {
803 flush != Z_FINISH) {
863 if (flush != Z_FINISH) return Z_OK;
1507 FLUSH_BLOCK(s, flush == Z_FINISH);
1508 return flush == Z_FINISH ? finish_done : block_done;
1604 FLUSH_BLOCK(s, flush == Z_FINISH);
1605 return flush == Z_FINISH ? finish_done : block_done;
1729 FLUSH_BLOCK(s, flush == Z_FINISH);
1730 return flush == Z_FINISH ? finish_done : block_done;
1797 FLUSH_BLOCK(s, flush == Z_FINISH);
1798 return flush == Z_FINISH ? finish_done : block_done;
1830 FLUSH_BLOCK(s, flush == Z_FINISH);
1831 return flush == Z_FINISH ? finish_done : block_done;