Searched refs:old_flush (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c767 int old_flush; /* value of flush param for previous deflate call */ local
782 old_flush = s->last_flush;
803 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
/freebsd-11-stable/sys/libkern/
H A Dzlib.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 &&
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.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 &&

Completed in 109 milliseconds