Home
last modified time | relevance | path

Searched refs:node_child (Results 1 – 2 of 2) sorted by relevance

/systemd-251/src/basic/
Dstrbuf.c84 struct strbuf_node *node_child) { in bubbleinsert() argument
88 .child = node_child, in bubbleinsert()
160 _cleanup_free_ struct strbuf_node *node_child = NULL; in strbuf_add_string() local
162 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()
/systemd-251/src/shared/
Dhwdb-util.c78 static int node_add_child(struct trie *trie, struct trie_node *node, struct trie_node *node_child, … in node_add_child() argument
89 node->children[node->children_count].child = node_child; in node_add_child()