notes_tree 280 builtin/notes.c struct notes_tree *t = NULL; notes_tree 332 builtin/notes.c static struct notes_tree *init_notes_check(const char *subcommand) notes_tree 334 builtin/notes.c struct notes_tree *t; notes_tree 346 builtin/notes.c struct notes_tree *t; notes_tree 387 builtin/notes.c struct notes_tree *t; notes_tree 474 builtin/notes.c struct notes_tree *t; notes_tree 548 builtin/notes.c struct notes_tree *t; notes_tree 634 builtin/notes.c struct notes_tree *t; notes_tree 691 builtin/notes.c struct notes_tree *t; notes_tree 714 builtin/notes.c t = xcalloc(1, sizeof(struct notes_tree)); notes_tree 758 builtin/notes.c struct notes_tree *t; notes_tree 872 builtin/notes.c static int remove_one_note(struct notes_tree *t, const char *name, unsigned flag) notes_tree 898 builtin/notes.c struct notes_tree *t; notes_tree 930 builtin/notes.c struct notes_tree *t; notes_tree 7 notes-cache.h struct notes_tree tree; notes_tree 372 notes-merge.c struct notes_tree *t) notes_tree 429 notes-merge.c struct notes_merge_pair *p, struct notes_tree *t) notes_tree 474 notes-merge.c struct notes_tree *t) notes_tree 511 notes-merge.c const unsigned char *remote, struct notes_tree *t) notes_tree 536 notes-merge.c struct notes_tree *local_tree, notes_tree 662 notes-merge.c struct notes_tree *partial_tree, notes_tree 54 notes-merge.h struct notes_tree *local_tree, notes_tree 69 notes-merge.h struct notes_tree *partial_tree, notes_tree 6 notes-utils.c void create_notes_commit(struct notes_tree *t, struct commit_list *parents, notes_tree 33 notes-utils.c void commit_notes(struct notes_tree *t, const char *msg) notes_tree 17 notes-utils.h void create_notes_commit(struct notes_tree *t, struct commit_list *parents, notes_tree 20 notes-utils.h void commit_notes(struct notes_tree *t, const char *msg); notes_tree 31 notes-utils.h struct notes_tree **trees; notes_tree 71 notes.c struct notes_tree default_notes_tree; notes_tree 74 notes.c static struct notes_tree **display_notes_trees; notes_tree 76 notes.c static void load_subtree(struct notes_tree *t, struct leaf_node *subtree, notes_tree 94 notes.c static void **note_tree_search(struct notes_tree *t, struct int_node **tree, notes_tree 139 notes.c static struct leaf_node *note_tree_find(struct notes_tree *t, notes_tree 190 notes.c static void note_tree_remove(struct notes_tree *t, notes_tree 241 notes.c static int note_tree_insert(struct notes_tree *t, struct int_node *tree, notes_tree 366 notes.c static void add_non_note(struct notes_tree *t, char *path, notes_tree 411 notes.c static void load_subtree(struct notes_tree *t, struct leaf_node *subtree, notes_tree 557 notes.c static int for_each_note_helper(struct notes_tree *t, struct int_node *tree, notes_tree 990 notes.c void init_notes(struct notes_tree *t, const char *notes_ref, notes_tree 1027 notes.c struct notes_tree **load_notes_trees(struct string_list *refs) notes_tree 1031 notes.c struct notes_tree **trees; notes_tree 1032 notes.c trees = xmalloc((refs->nr+1) * sizeof(struct notes_tree *)); notes_tree 1034 notes.c struct notes_tree *t = xcalloc(1, sizeof(struct notes_tree)); notes_tree 1075 notes.c int add_note(struct notes_tree *t, const unsigned char *object_sha1, notes_tree 1092 notes.c int remove_note(struct notes_tree *t, const unsigned char *object_sha1) notes_tree 1108 notes.c const unsigned char *get_note(struct notes_tree *t, notes_tree 1120 notes.c int for_each_note(struct notes_tree *t, int flags, each_note_fn fn, notes_tree 1129 notes.c int write_notes_tree(struct notes_tree *t, unsigned char *result) notes_tree 1157 notes.c void prune_notes(struct notes_tree *t, int flags) notes_tree 1176 notes.c void free_notes(struct notes_tree *t) notes_tree 1190 notes.c memset(t, 0, sizeof(struct notes_tree)); notes_tree 1204 notes.c static void format_note(struct notes_tree *t, const unsigned char *object_sha1, notes_tree 1276 notes.c int copy_note(struct notes_tree *t, notes_tree 93 notes.h void init_notes(struct notes_tree *t, const char *notes_ref, notes_tree 116 notes.h int add_note(struct notes_tree *t, const unsigned char *object_sha1, notes_tree 128 notes.h int remove_note(struct notes_tree *t, const unsigned char *object_sha1); notes_tree 135 notes.h const unsigned char *get_note(struct notes_tree *t, notes_tree 150 notes.h int copy_note(struct notes_tree *t, notes_tree 200 notes.h int for_each_note(struct notes_tree *t, int flags, each_note_fn fn, notes_tree 215 notes.h int write_notes_tree(struct notes_tree *t, unsigned char *result); notes_tree 230 notes.h void prune_notes(struct notes_tree *t, int flags); notes_tree 238 notes.h void free_notes(struct notes_tree *t); notes_tree 279 notes.h struct notes_tree **load_notes_trees(struct string_list *refs);