Lines Matching refs:Z_FINISH
689 s->wrap = -s->wrap; /* was made negative by deflate(..., Z_FINISH); */
995 (s->status == FINISH_STATE && flush != Z_FINISH)) {
1018 * flushes. For repeated and useless calls with Z_FINISH, we keep
1022 flush != Z_FINISH) {
1266 if (flush != Z_FINISH) return Z_OK;
1719 if (len < min_block && ((len == 0 && flush != Z_FINISH) ||
1727 last = flush == Z_FINISH && len == left + s->strm->avail_in ? 1 : 0;
1809 if (flush != Z_NO_FLUSH && flush != Z_FINISH &&
1847 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH &&
1850 last = flush == Z_FINISH && s->strm->avail_in == 0 &&
1955 if (flush == Z_FINISH) {
2089 if (flush == Z_FINISH) {
2162 if (flush == Z_FINISH) {
2198 if (flush == Z_FINISH) {