parse_commit_buffer  393 commit.c       	ret = parse_commit_buffer(item, buffer, size);
parse_commit_buffer   61 commit.h       int parse_commit_buffer(struct commit *item, const void *buffer, unsigned long size);
parse_commit_buffer  213 object.c       			if (parse_commit_buffer(commit, buffer, size))
parse_commit_buffer 3254 sha1_file.c    	if (parse_commit_buffer(&c, buf, size))