Searched refs:old_flush (Results 1 – 6 of 6) sorted by relevance
770 int32_t old_flush; /* value of flush param for previous deflate call */ in PREFIX() local785 old_flush = s->last_flush; in PREFIX()806 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) && flush != Z_FINISH) { in PREFIX()
598 int old_flush; /* value of flush param for previous deflate call */ local615 old_flush = s->last_flush;816 } else if (strm->avail_in == 0 && flush <= old_flush &&
813 int old_flush; /* value of flush param for previous deflate call */ local828 old_flush = s->last_flush;849 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
767 int old_flush; /* value of flush param for previous deflate call */ local782 old_flush = s->last_flush;803 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&