finish_started    792 other-licenses/zlib/deflate.c         if (bstate == finish_started || bstate == finish_done) {
finish_started    795 other-licenses/zlib/deflate.c         if (bstate == need_more || bstate == finish_started) {
finish_started   1378 other-licenses/zlib/deflate.c    if (s->strm->avail_out == 0) return (eof) ? finish_started : need_more; \