git_deflate_bound 181 archive-zip.c maxsize = git_deflate_bound(&stream, size); git_deflate_bound 129 builtin/pack-objects.c maxsize = git_deflate_bound(&stream, size); git_deflate_bound 44 cache.h unsigned long git_deflate_bound(git_zstream *, unsigned long); git_deflate_bound 2147 diff.c bound = git_deflate_bound(&stream, size); git_deflate_bound 1077 fast-import.c s.avail_out = git_deflate_bound(&s, s.avail_in); git_deflate_bound 1099 fast-import.c s.avail_out = git_deflate_bound(&s, s.avail_in); git_deflate_bound 368 http-push.c size = git_deflate_bound(&stream, len + hdrlen); git_deflate_bound 575 remote-curl.c gzip_size = git_deflate_bound(&stream, rpc->len);