textconv_object    28 builtin.h      extern int textconv_object(const char *path, unsigned mode, const unsigned char *sha1, int sha1_valid, char **buf, unsigned long *buf_size);
textconv_object   185 builtin/blame.c 		    textconv_object(o->path, o->mode, o->blob_sha1, 1, &file->ptr, &file_size))
textconv_object  2343 builtin/blame.c 			    textconv_object(read_from, mode, null_sha1, 0, &buf_ptr, &buf_len))
textconv_object  2735 builtin/blame.c 		    textconv_object(path, o->mode, o->blob_sha1, 1, (char **) &sb.final_buf,
textconv_object    69 builtin/cat-file.c 		if (textconv_object(obj_context.path, obj_context.mode, sha1, 1, &buf, &size))
textconv_object   461 builtin/log.c  	    !textconv_object(obj_context.path, obj_context.mode, sha1c, 1, &buf, &size))