write_sha1_file  3390 builtin/apply.c 		write_sha1_file("", 0, blob_type, pre_sha1);
write_sha1_file  3405 builtin/apply.c 	write_sha1_file(tmp_image.buf, tmp_image.len, blob_type, post_sha1);
write_sha1_file  3418 builtin/apply.c 	write_sha1_file(tmp_image.buf, tmp_image.len, blob_type, our_sha1);
write_sha1_file  4089 builtin/apply.c 		if (write_sha1_file(buf, size, blob_type, ce->sha1) < 0)
write_sha1_file   227 builtin/checkout.c 	if (write_sha1_file(result_buf.ptr, result_buf.size,
write_sha1_file   168 builtin/mktag.c 	if (write_sha1_file(buf.buf, buf.len, tag_type, result_sha1) < 0)
write_sha1_file    59 builtin/mktree.c 	write_sha1_file(buf.buf, buf.len, tree_type, sha1);
write_sha1_file   201 builtin/notes.c 	if (write_sha1_file(d->buf.buf, d->buf.len, blob_type, sha1)) {
write_sha1_file   502 builtin/receive-pack.c 		if (write_sha1_file(push_cert.buf, push_cert.len, "blob", push_cert_sha1))
write_sha1_file   407 builtin/replace.c 	if (write_sha1_file(buf.buf, buf.len, commit_type, new))
write_sha1_file   429 builtin/tag.c  	if (write_sha1_file(buf->buf, buf->len, tag_type, result) < 0)
write_sha1_file   172 builtin/unpack-objects.c 	if (write_sha1_file(obj_buf->buffer, obj_buf->size, typename(obj->type), sha1) < 0)
write_sha1_file   237 builtin/unpack-objects.c 		if (write_sha1_file(buf, size, typename(type), obj_list[nr].sha1) < 0)
write_sha1_file   244 builtin/unpack-objects.c 		if (write_sha1_file(buf, size, typename(type), obj_list[nr].sha1) < 0)
write_sha1_file   404 cache-tree.c   	else if (write_sha1_file(buffer.buf, buffer.len, tree_type, it->sha1)) {
write_sha1_file   980 cache.h        extern int write_sha1_file(const void *buf, unsigned long len, const char *type, unsigned char *return_sha1);
write_sha1_file  1582 commit.c       	result = write_sha1_file(buffer.buf, buffer.len, commit_type, ret);
write_sha1_file   124 contrib/convert-objects/convert-objects.c 	write_sha1_file(new, newlen, tree_type, result_sha1);
write_sha1_file   264 contrib/convert-objects/convert-objects.c 	write_sha1_file(new, newlen, commit_type, result_sha1);
write_sha1_file   301 contrib/convert-objects/convert-objects.c 		write_sha1_file(buffer, size, blob_type, entry->new_sha1);
write_sha1_file   219 match-trees.c  	status = write_sha1_file(buf, sz, tree_type, result);
write_sha1_file   939 merge-recursive.c 			if (write_sha1_file(result_buf.ptr, result_buf.size,
write_sha1_file    91 notes-cache.c  	if (write_sha1_file(data, size, "blob", value_sha1) < 0)
write_sha1_file   676 notes.c        		ret = write_sha1_file(n->buf.buf, n->buf.len, tree_type, s);
write_sha1_file   834 notes.c        	ret = write_sha1_file(buf, buf_len, blob_type, cur_sha1);
write_sha1_file   914 notes.c        	ret = write_sha1_file(buf.buf, buf.len, blob_type, cur_sha1);
write_sha1_file  1152 notes.c        		write_sha1_file(root.buf.buf, root.buf.len, tree_type, result);
write_sha1_file   629 read-cache.c   	if (write_sha1_file("", 0, blob_type, sha1))
write_sha1_file  3297 sha1_file.c    		ret = write_sha1_file(buf, size, typename(type), sha1);
write_sha1_file  3319 sha1_file.c    		ret = write_sha1_file(sbuf.buf, sbuf.len, typename(OBJ_BLOB),
write_sha1_file  3436 sha1_file.c    		else if (write_sha1_file(sb.buf, sb.len, blob_type, sha1))