Home
last modified time | relevance | path

Searched refs:old_flush (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.c770 int old_flush; /* value of flush param for previous deflate call */ local
785 old_flush = s->last_flush;
806 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&