Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-hwdb/
Dsd-hwdb.c88 static const char *trie_string(sd_hwdb *hwdb, le64_t off) { in trie_string() function
117 key = trie_string(hwdb, entry->key_off); in hwdb_add_property()
189 prefix = trie_string(hwdb, node->prefix_off); in trie_fnmatch_f()
230 for (; (c = trie_string(hwdb, node->prefix_off)[p]); p++) { in trie_search_f()
381 *_value = trie_string(hwdb, entry->value_off); in sd_hwdb_get()
418 *value = trie_string(hwdb, entry->value_off); in sd_hwdb_enumerate()