Searched refs:trie_store_nodes (Results 1 – 1 of 1) sorted by relevance
299 static int64_t trie_store_nodes(struct trie_f *trie, struct trie_node *node, bool compat) { in trie_store_nodes() function318 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()