Searched defs:trie_store_nodes (Results 1 - 2 of 2) sorted by relevance

/systemd/src/hwdb/
H A Dhwdb.c307 static int64_t trie_store_nodes(struct trie_f *trie, struct trie_node *node) { function
327 child_off = trie_store_nodes(trie, node->children[i].child);
396 root_off = trie_store_nodes(&t, trie->root);
/systemd/src/udev/
H A Dudevadm-hwdb.c288 static int64_t trie_store_nodes(struct trie_f *trie, struct trie_node *node) { function
308 child_off = trie_store_nodes(trie, node->children[i].child);
377 root_off = trie_store_nodes(&t, trie->root);

Completed in 48 milliseconds