Lines Matching refs:Z_FINISH
382 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
566 flush > Z_FINISH || flush < 0) {
573 (s->status == FINISH_STATE && flush != Z_FINISH)) {
777 * flushes. For repeated and useless calls with Z_FINISH, we keep
781 flush != Z_FINISH) {
835 if (flush != Z_FINISH) return Z_OK;
1443 FLUSH_BLOCK(s, flush == Z_FINISH);
1444 return flush == Z_FINISH ? finish_done : block_done;
1550 FLUSH_BLOCK(s, flush == Z_FINISH);
1551 return flush == Z_FINISH ? finish_done : block_done;
1678 FLUSH_BLOCK(s, flush == Z_FINISH);
1679 return flush == Z_FINISH ? finish_done : block_done;
1739 FLUSH_BLOCK(s, flush == Z_FINISH);
1740 return flush == Z_FINISH ? finish_done : block_done;