Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhashmap.h230 #define hashmap_merge(h, other) _hashmap_merge(PLAIN_HASHMAP(h), PLAIN_HASHMAP(other)) macro
231 #define ordered_hashmap_merge(h, other) hashmap_merge(h, other)
Dhashmap.c1745 r = hashmap_merge((Hashmap*)copy, (Hashmap*)h); in _hashmap_copy()
/systemd-251/src/test/
Dtest-hashmap-plain.c527 TEST(hashmap_merge) { in TEST() argument
548 assert_se(hashmap_merge(m, n) == 0); in TEST()