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

/openbsd-current/lib/libz/
H A Ddeflate.c943 int old_flush; /* value of flush param for previous deflate call */ local
958 old_flush = s->last_flush;
979 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
/openbsd-current/sys/lib/libz/
H A Ddeflate.c943 int old_flush; /* value of flush param for previous deflate call */ local
958 old_flush = s->last_flush;
979 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.c818 int old_flush; /* value of flush param for previous deflate call */ local
833 old_flush = s->last_flush;
854 } else if (strm->avail_in == 0 && RANK(flush) <= RANK(old_flush) &&

Completed in 186 milliseconds