git_deflate       190 archive-zip.c  		result = git_deflate(&stream, Z_FINISH);
git_deflate       446 archive-zip.c  			result = git_deflate(&zstream, 0);
git_deflate       465 archive-zip.c  		result = git_deflate(&zstream, Z_FINISH);
git_deflate      1286 builtin/index-pack.c 		status = git_deflate(&stream, Z_FINISH);
git_deflate       139 builtin/pack-objects.c 	while (git_deflate(&stream, Z_FINISH) == Z_OK)
git_deflate       170 builtin/pack-objects.c 			zret = git_deflate(&stream, readlen ? 0 : Z_FINISH);
git_deflate       136 bulk-checkin.c 		status = git_deflate(&s, size ? 0 : Z_FINISH);
git_deflate        43 cache.h        int git_deflate(git_zstream *, int flush);
git_deflate      2154 diff.c         	while (git_deflate(&stream, Z_FINISH) == Z_OK)
git_deflate      1079 fast-import.c  	while (git_deflate(&s, Z_FINISH) == Z_OK)
git_deflate      1101 fast-import.c  			while (git_deflate(&s, Z_FINISH) == Z_OK)
git_deflate      1217 fast-import.c  		status = git_deflate(&s, len ? 0 : Z_FINISH);
git_deflate       379 http-push.c    	while (git_deflate(&stream, 0) == Z_OK)
git_deflate       385 http-push.c    	while (git_deflate(&stream, Z_FINISH) == Z_OK)
git_deflate       583 remote-curl.c  		ret = git_deflate(&stream, Z_FINISH);
git_deflate      3096 sha1_file.c    	while (git_deflate(&stream, 0) == Z_OK)
git_deflate      3105 sha1_file.c    		ret = git_deflate(&stream, Z_FINISH);