Searched refs:old_flush (Results 1 – 3 of 3) sorted by relevance
562 int old_flush; /* value of flush param for previous deflate call */ local579 old_flush = s->last_flush;780 } 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) &&
987 int old_flush; /* value of flush param for previous deflate call */ local1003 old_flush = s->last_flush;1046 } else if (strm->avail_in == 0 && flush <= old_flush &&