Lines Matching refs:Z_FINISH
655 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
965 (s->status == FINISH_STATE && flush != Z_FINISH)) {
988 * flushes. For repeated and useless calls with Z_FINISH, we keep
992 flush != Z_FINISH) {
1236 if (flush != Z_FINISH) return Z_OK;
1674 if (len < min_block && ((len == 0 && flush != Z_FINISH) ||
1682 last = flush == Z_FINISH && len == left + s->strm->avail_in ? 1 : 0;
1764 if (flush != Z_NO_FLUSH && flush != Z_FINISH &&
1802 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH &&
1805 last = flush == Z_FINISH && s->strm->avail_in == 0 &&
1908 if (flush == Z_FINISH) {
2037 if (flush == Z_FINISH) {
2111 if (flush == Z_FINISH) {
2148 if (flush == Z_FINISH) {