Searched refs:trie_string (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-hwdb/
H A Dsd-hwdb.c116 static const char *trie_string(sd_hwdb *hwdb, le64_t off) { function
175 prefix = trie_string(hwdb, node->prefix_off);
191 err = hwdb_add_property(hwdb, trie_string(hwdb, trie_node_values(hwdb, node)[i].key_off),
192 trie_string(hwdb, trie_node_values(hwdb, node)[i].value_off));
217 for (; (c = trie_string(hwdb, node->prefix_off)[p]); p++) {
257 err = hwdb_add_property(hwdb, trie_string(hwdb, trie_node_values(hwdb, node)[n].key_off),
258 trie_string(hwdb, trie_node_values(hwdb, node)[n].value_off));

Completed in 51 milliseconds