Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhashmap.h137 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…
Dhashmap.c849 int _hashmap_ensure_put(Hashmap **h, const struct hash_ops *hash_ops, const void *key, void *value … in _hashmap_ensure_put() function