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

/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c67 need_more, /* block not completed, need more input or more output */ enumerator in enum:__anon104
910 if (bstate == need_more || bstate == finish_started) {
1552 if (s->strm->avail_out == 0) return (last) ? finish_started : need_more; \
1587 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
1644 return need_more;
1747 return need_more;
1829 if (s->strm->avail_out == 0) return need_more;
1877 return need_more;
1946 return need_more;
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c72 need_more, /* block not completed, need more input or more output */ enumerator in enum:__anon9339
801 if (bstate == need_more || bstate == finish_started) {
1384 if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
1419 if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
1470 return need_more;
1577 return need_more;
1662 if (s->strm->avail_out == 0) return need_more;
1707 return need_more;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c703 need_more, enumerator in enum:__anon6447
1204 if (bstate == need_more || bstate == finish_started) {
1856 return ((eof) ? finish_started : need_more); \
1897 return (need_more);
1959 return (need_more);
2082 return (need_more);
2187 return (need_more);

Completed in 84 milliseconds