Home
last modified time | relevance | path

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

/third_party/eudev/src/libudev/
Dlibudev-hwdb.c103 …ct trie_child_entry_f *trie_node_children(struct udev_hwdb *hwdb, const struct trie_node_f *node) { in trie_node_children()
107 …ruct trie_value_entry_f *trie_node_values(struct udev_hwdb *hwdb, const struct trie_node_f *node) { in trie_node_values()
115 static const struct trie_node_f *trie_node_from_off(struct udev_hwdb *hwdb, le64_t off) { in trie_node_from_off()
116 return (const struct trie_node_f *)(hwdb->map + le64toh(off)); in trie_node_from_off()
130 static const struct trie_node_f *node_lookup_f(struct udev_hwdb *hwdb, const struct trie_node_f *no… in node_lookup_f()
155 static int trie_fnmatch_f(struct udev_hwdb *hwdb, const struct trie_node_f *node, size_t p, in trie_fnmatch_f()
190 const struct trie_node_f *node; in trie_search_f()
198 const struct trie_node_f *child; in trie_search_f()
Dlibudev-hwdb-def.h48 struct trie_node_f { struct
/third_party/eudev/src/udev/
Dudevadm-hwdb.c285 trie->strings_off += sizeof(struct trie_node_f); in trie_store_nodes_size()
294 struct trie_node_f n = { in trie_store_nodes()
323 fwrite(&n, sizeof(struct trie_node_f), 1, trie->f); in trie_store_nodes()
359 .node_size = htole64(sizeof(struct trie_node_f)), in trie_store()
413 t.nodes_count * sizeof(struct trie_node_f), t.nodes_count); in trie_store()