Home
last modified time | relevance | path

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

/NextBSD/sys/cddl/contrib/opensolaris/uts/common/zmod/
HDdeflate.c562 int old_flush; /* value of flush param for previous deflate call */ local
579 old_flush = s->last_flush;
780 } else if (strm->avail_in == 0 && flush <= old_flush &&
/NextBSD/lib/libz/
HDdeflate.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) &&
/NextBSD/sys/libkern/
HDzlib.c987 int old_flush; /* value of flush param for previous deflate call */ local
1003 old_flush = s->last_flush;
1046 } else if (strm->avail_in == 0 && flush <= old_flush &&