tree_content      223 fast-import.c  struct tree_content;
tree_content      225 fast-import.c  	struct tree_content *tree;
tree_content      753 fast-import.c  static struct tree_content *new_tree_content(unsigned int cnt)
tree_content      756 fast-import.c  	struct tree_content *t;
tree_content      774 fast-import.c  	t = (struct tree_content*)f;
tree_content      781 fast-import.c  static void release_tree_content(struct tree_content *t)
tree_content      789 fast-import.c  static void release_tree_content_recursive(struct tree_content *t)
tree_content      797 fast-import.c  static struct tree_content *grow_tree_content(
tree_content      798 fast-import.c  	struct tree_content *t,
tree_content      801 fast-import.c  	struct tree_content *r = new_tree_content(t->entry_count + amt);
tree_content      837 fast-import.c  static struct tree_content *dup_tree_content(struct tree_content *s)
tree_content      839 fast-import.c  	struct tree_content *d;
tree_content     1337 fast-import.c  	struct tree_content *t;
tree_content     1401 fast-import.c  static void mktree(struct tree_content *t, int v, struct strbuf *b)
tree_content     1431 fast-import.c  	struct tree_content *t;
tree_content     1479 fast-import.c  	struct tree_content *newtree)
tree_content     1495 fast-import.c  	struct tree_content *subtree)
tree_content     1497 fast-import.c  	struct tree_content *t;
tree_content     1585 fast-import.c  	struct tree_content *t;
tree_content     1650 fast-import.c  	struct tree_content *t;
tree_content     2165 fast-import.c  	struct tree_content *t = root->tree;