Searched refs:finish_started (Results 1 - 3 of 3) sorted by path

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c74 finish_started, /* finish started, need only more output at next deflate */ enumerator in enum:__anon7875
798 if (bstate == finish_started || bstate == finish_done) {
801 if (bstate == need_more || bstate == finish_started) {
1384 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
/freebsd-11-stable/sys/libkern/
H A Dzlib.c619 finish_started, /* finish started, need only more output at next deflate */ enumerator in enum:__anon8050
1064 if (bstate == finish_started || bstate == finish_done) {
1067 if (bstate == need_more || bstate == finish_started) {
1565 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
/freebsd-11-stable/sys/contrib/zlib/
H A Ddeflate.c69 finish_started, /* finish started, need only more output at next deflate */ enumerator in enum:__anon4333
1005 if (bstate == finish_started || bstate == finish_done) {
1008 if (bstate == need_more || bstate == finish_started) {
1619 if (s->strm->avail_out == 0) return (last) ? finish_started : need_more; \
1814 return last ? finish_started : need_more;

Completed in 164 milliseconds