Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dhwdb-util.c299 static int64_t trie_store_nodes(struct trie_f *trie, struct trie_node *node, bool compat) { in trie_store_nodes() function
318 child_off = trie_store_nodes(trie, node->children[i].child, compat); in trie_store_nodes()
387 root_off = trie_store_nodes(&t, trie->root, compat); in trie_store()