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

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c74 finish_started, /* finish started, need only more output at next deflate */ enumerator in enum:__anon9339
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; \
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c69 finish_started, /* finish started, need only more output at next deflate */ enumerator in enum:__anon104
907 if (bstate == finish_started || bstate == finish_done) {
910 if (bstate == need_more || bstate == finish_started) {
1552 if (s->strm->avail_out == 0) return (last) ? finish_started : need_more; \
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c706 finish_started, enumerator in enum:__anon6447
1201 if (bstate == finish_started || bstate == finish_done) {
1204 if (bstate == need_more || bstate == finish_started) {
1856 return ((eof) ? finish_started : need_more); \

Completed in 64 milliseconds