Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-journal/
Dtest-catalog.c80 assert_se(ordered_hashmap_size(h) == 1); in test_catalog_import_one()
115 assert_se(ordered_hashmap_size(h) == 1); in test_catalog_import_merge()
146 assert_se(ordered_hashmap_size(h) == 1); in test_catalog_import_merge_no_body()
Dcatalog.c468 if (ordered_hashmap_size(h) <= 0) { in catalog_update()
472 log_debug("Found %u items in catalog.", ordered_hashmap_size(h)); in catalog_update()
474 items = new(CatalogItem, ordered_hashmap_size(h)); in catalog_update()
492 assert(n == ordered_hashmap_size(h)); in catalog_update()
Dsd-journal.c1332 if (ordered_hashmap_size(j->files) >= JOURNAL_FILES_MAX) { in add_any_file()
Djournal-file.c2137 if (ordered_hashmap_size(h) >= CHAIN_CACHE_MAX) { in chain_cache_put()
/systemd-251/src/network/
Dtest-networkd-conf.c182 assert_se(ordered_hashmap_size(network->addresses_by_section) == 1); in test_config_parse_address_one()
184 assert_se(ordered_hashmap_size(network->addresses_by_section) == n_addresses); in test_config_parse_address_one()
Dnetworkd-address.c98 if (ordered_hashmap_size(network->addresses_by_section) >= STATIC_ADDRESSES_PER_NETWORK_MAX) in address_new_static()
/systemd-251/src/basic/
Dordered-set.h50 return ordered_hashmap_size((OrderedHashmap*) s); in ordered_set_size()
Dhashmap.h262 static inline unsigned ordered_hashmap_size(OrderedHashmap *h) { in ordered_hashmap_size() function
270 return ordered_hashmap_size(h) == 0; in ordered_hashmap_isempty()
/systemd-251/src/libsystemd-network/
Dsd-dhcp-client.c1053ordered_hashmap_size(client->vendor_options), client->vendor_options); in client_append_common_discover_request_options()
/systemd-251/src/journal/
Djournald-server.c454 while (ordered_hashmap_size(s->user_journals) >= USER_JOURNALS_MAX) { in find_journal()