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

/forgerock/web-agents-v4/zlib/
H A Ddeflate.c669 int old_flush; /* value of flush param for previous deflate call */ local
686 old_flush = s->last_flush;
887 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&

Completed in 73 milliseconds