Lines Matching refs:Z_FINISH
777 (s->status == FINISH_STATE && flush != Z_FINISH)) {
804 flush != Z_FINISH) {
1046 if (flush != Z_FINISH) return Z_OK;
1681 if (len < min_block && ((len == 0 && flush != Z_FINISH) ||
1689 last = flush == Z_FINISH && len == left + s->strm->avail_in ? 1 : 0;
1768 if (flush != Z_NO_FLUSH && flush != Z_FINISH &&
1803 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH &&
1806 last = flush == Z_FINISH && s->strm->avail_in == 0 &&
1911 if (flush == Z_FINISH) {
2042 if (flush == Z_FINISH) {
2117 if (flush == Z_FINISH) {
2156 if (flush == Z_FINISH) {