Searched refs:node_child (Results 1 – 2 of 2) sorted by relevance
84 struct strbuf_node *node_child) { in bubbleinsert() argument88 .child = node_child, in bubbleinsert()160 _cleanup_free_ struct strbuf_node *node_child = NULL; in strbuf_add_string() local162 node_child = new(struct strbuf_node, 1); in strbuf_add_string()163 if (!node_child) in strbuf_add_string()165 *node_child = (struct strbuf_node) { in strbuf_add_string()178 bubbleinsert(node, c, TAKE_PTR(node_child)); in strbuf_add_string()
78 static int node_add_child(struct trie *trie, struct trie_node *node, struct trie_node *node_child, … in node_add_child() argument89 node->children[node->children_count].child = node_child; in node_add_child()