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

/opensolaris-onvv-gate/usr/src/uts/common/zmod/
H A Ddeflate.c74 finish_started, /* finish started, need only more output at next deflate */ enumerator in enum:__anon9426
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; \
/opensolaris-onvv-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c706 finish_started, enumerator in enum:__anon6595
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 172 milliseconds