note_tree_insert  293 notes.c        			return note_tree_insert(t, tree, n, entry, type,
note_tree_insert  307 notes.c        	ret = note_tree_insert(t, new_node, n + 1, l, GET_PTR_TYPE(*p),
note_tree_insert  312 notes.c        	return note_tree_insert(t, new_node, n + 1, entry, type, combine_notes);
note_tree_insert  456 notes.c        			if (note_tree_insert(t, node, n, l, type,
note_tree_insert 1089 notes.c        	return note_tree_insert(t, t->root, 0, l, PTR_TYPE_NOTE, combine_notes);