Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dset.h31 int _set_ensure_allocated(Set **s, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS);
32 #define set_ensure_allocated(h, ops) _set_ensure_allocated(h, ops HASHMAP_DEBUG_SRC_ARGS)
Dhashmap.c845 int _set_ensure_allocated(Set **s, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in _set_ensure_allocated() function
1271 r = _set_ensure_allocated(s, hash_ops HASHMAP_DEBUG_PASS_ARGS); in _set_ensure_put()
1852 r = _set_ensure_allocated(s, hash_ops HASHMAP_DEBUG_PASS_ARGS); in _set_put_strdup_full()