Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhashmap.h229 int _hashmap_merge(Hashmap *h, Hashmap *other);
230 #define hashmap_merge(h, other) _hashmap_merge(PLAIN_HASHMAP(h), PLAIN_HASHMAP(other))
Dhashmap.c1596 int _hashmap_merge(Hashmap *h, Hashmap *other) { in _hashmap_merge() function