Lines Matching refs:Z_NO_FLUSH
134 /* rank Z_BLOCK between Z_NO_FLUSH and Z_PARTIAL_FLUSH */
1181 (flush != Z_NO_FLUSH && s->status != FINISH_STATE)) {
1197 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
1665 flush == Z_NO_FLUSH ||
1754 if (flush != Z_NO_FLUSH && flush != Z_FINISH &&
1792 ((left || flush == Z_FINISH) && flush != Z_NO_FLUSH &&
1825 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
1925 if (s->lookahead < MIN_LOOKAHEAD && flush == Z_NO_FLUSH) {
2018 Assert (flush != Z_NO_FLUSH, "no flush?");
2052 if (s->lookahead <= MAX_MATCH && flush == Z_NO_FLUSH) {
2119 if (flush == Z_NO_FLUSH)