Searched refs:old_flush (Results 1 – 2 of 2) sorted by relevance
556 int old_flush; /* value of flush param for previous deflate call */ local573 old_flush = s->last_flush;774 } else if (strm->avail_in == 0 && flush <= old_flush &&
667 int old_flush; /* value of flush param for previous deflate call */ local684 old_flush = s->last_flush;885 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&