• Home
  • Raw
  • Download

Lines Matching refs:index_mm_node

631 struct index_mm_node {  struct
668 static struct index_mm_node *index_mm_read_node(struct index_mm *idx, in index_mm_read_node()
671 struct index_mm_node *node; in index_mm_read_node()
700 children_padding = (sizeof(struct index_mm_node) + in index_mm_read_node()
708 node = malloc(sizeof(struct index_mm_node) in index_mm_read_node()
720 ((char *)node + sizeof(struct index_mm_node) + in index_mm_read_node()
737 static void index_mm_free_node(struct index_mm_node *node) in index_mm_free_node()
821 static struct index_mm_node *index_mm_readroot(struct index_mm *idx) in index_mm_readroot()
826 static struct index_mm_node *index_mm_readchild(const struct index_mm_node *parent, in index_mm_readchild()
837 static void index_mm_dump_node(struct index_mm_node *node, struct strbuf *buf, in index_mm_dump_node()
855 struct index_mm_node *child = index_mm_readchild(node, ch); in index_mm_dump_node()
871 struct index_mm_node *root; in index_mm_dump()
884 static char *index_mm_search_node(struct index_mm_node *node, const char *key, in index_mm_search_node()
888 struct index_mm_node *child; in index_mm_search_node()
932 struct index_mm_node *root; in index_mm_search()
942 static void index_mm_searchwild_allvalues(struct index_mm_node *node, in index_mm_searchwild_allvalues()
959 static void index_mm_searchwild_all(struct index_mm_node *node, int j, in index_mm_searchwild_all()
976 struct index_mm_node *child = index_mm_readchild(node, ch); in index_mm_searchwild_all()
999 static void index_mm_searchwild_node(struct index_mm_node *node, in index_mm_searchwild_node()
1004 struct index_mm_node *child; in index_mm_searchwild_node()
1067 struct index_mm_node *root = index_mm_readroot(idx); in index_mm_searchwild()