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 &&
669 int old_flush; /* value of flush param for previous deflate call */ local686 old_flush = s->last_flush;887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&