Searched refs:old_flush (Results 1 – 2 of 2) sorted by relevance
586 int old_flush; /* value of flush param for previous deflate call */ local603 old_flush = s->last_flush;804 } else if (strm->avail_in == 0 && flush <= 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) &&
Completed in 8 milliseconds