need_more         795 other-licenses/zlib/deflate.c         if (bstate == need_more || bstate == finish_started) {
need_more        1378 other-licenses/zlib/deflate.c    if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \
need_more        1413 other-licenses/zlib/deflate.c             if (s->lookahead == 0 && flush == Z_NO_FLUSH) return need_more;
need_more        1464 other-licenses/zlib/deflate.c                 return need_more;
need_more        1571 other-licenses/zlib/deflate.c                 return need_more;
need_more        1656 other-licenses/zlib/deflate.c             if (s->strm->avail_out == 0) return need_more;
need_more        1701 other-licenses/zlib/deflate.c                 return need_more;