Searched refs:_hashmap_ensure_put (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/basic/ |
D | hashmap.h | 137 int _hashmap_ensure_put(Hashmap **h, const struct hash_ops *hash_ops, const void *key, void *value … 141 #define hashmap_ensure_put(s, ops, key, value) _hashmap_ensure_put(s, ops, key, value HASHMAP_DEBU…
|
D | hashmap.c | 849 int _hashmap_ensure_put(Hashmap **h, const struct hash_ops *hash_ops, const void *key, void *value … in _hashmap_ensure_put() function
|