Searched refs:_hashmap_merge (Results 1 – 2 of 2) sorted by relevance
229 int _hashmap_merge(Hashmap *h, Hashmap *other);230 #define hashmap_merge(h, other) _hashmap_merge(PLAIN_HASHMAP(h), PLAIN_HASHMAP(other))
1596 int _hashmap_merge(Hashmap *h, Hashmap *other) { in _hashmap_merge() function