Searched refs:index_mm_node (Results 1 – 1 of 1) sorted by relevance
631 struct index_mm_node { struct668 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()828 static struct index_mm_node *index_mm_readroot(struct index_mm *idx) in index_mm_readroot()833 static struct index_mm_node *index_mm_readchild(const struct index_mm_node *parent, in index_mm_readchild()844 static void index_mm_dump_node(struct index_mm_node *node, struct strbuf *buf, in index_mm_dump_node()[all …]