Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dhwdb-util.c41 size_t nodes_count; member
92 trie->nodes_count++; in node_add_child()
282 uint64_t nodes_count; member
331 trie->nodes_count++; in trie_store_nodes()
419 t.nodes_count * sizeof(struct trie_node_f), t.nodes_count); in trie_store()
608 trie->nodes_count++; in hwdb_update()
625 trie->nodes_count * sizeof(struct trie_node), trie->nodes_count); in hwdb_update()
/systemd-251/src/basic/
Dstrbuf.c39 .nodes_count = 1, in strbuf_new()
175 str->nodes_count++; in strbuf_add_string()
Dstrbuf.h15 size_t nodes_count; member
/systemd-251/src/test/
Dtest-strbuf.c42 assert_se(sb->nodes_count == 5); /* root + 4 non-duplicates */ in TEST()