Searched refs:child_off (Results 1 – 3 of 3) sorted by relevance
310 int64_t child_off; in trie_store_nodes() local312 child_off = trie_store_nodes(trie, node->children[i].child); in trie_store_nodes()313 if (child_off < 0) { in trie_store_nodes()315 return child_off; in trie_store_nodes()318 children[i].child_off = htole64(child_off); in trie_store_nodes()
64 le64_t child_off; member
138 return trie_node_from_off(hwdb, child->child_off); in node_lookup_f()170 … err = trie_fnmatch_f(hwdb, trie_node_from_off(hwdb, child->child_off), 0, buf, search); in trie_fnmatch_f()