Z_FINISH           49 other-licenses/zlib/compress.c     err = deflate(&stream, Z_FINISH);
Z_FINISH          560 other-licenses/zlib/deflate.c         flush > Z_FINISH || flush < 0) {
Z_FINISH          567 other-licenses/zlib/deflate.c         (s->status == FINISH_STATE && flush != Z_FINISH)) {
Z_FINISH          775 other-licenses/zlib/deflate.c                flush != Z_FINISH) {
Z_FINISH          829 other-licenses/zlib/deflate.c     if (flush != Z_FINISH) return Z_OK;
Z_FINISH         1437 other-licenses/zlib/deflate.c     FLUSH_BLOCK(s, flush == Z_FINISH);
Z_FINISH         1438 other-licenses/zlib/deflate.c     return flush == Z_FINISH ? finish_done : block_done;
Z_FINISH         1544 other-licenses/zlib/deflate.c     FLUSH_BLOCK(s, flush == Z_FINISH);
Z_FINISH         1545 other-licenses/zlib/deflate.c     return flush == Z_FINISH ? finish_done : block_done;
Z_FINISH         1672 other-licenses/zlib/deflate.c     FLUSH_BLOCK(s, flush == Z_FINISH);
Z_FINISH         1673 other-licenses/zlib/deflate.c     return flush == Z_FINISH ? finish_done : block_done;
Z_FINISH         1733 other-licenses/zlib/deflate.c     FLUSH_BLOCK(s, flush == Z_FINISH);
Z_FINISH         1734 other-licenses/zlib/deflate.c     return flush == Z_FINISH ? finish_done : block_done;
Z_FINISH          964 other-licenses/zlib/gzio.c         if (do_flush (file, Z_FINISH) != Z_OK)
Z_FINISH         1150 other-licenses/zlib/inflate.c     if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)
Z_FINISH           50 other-licenses/zlib/uncompr.c     err = inflate(&stream, Z_FINISH);