Searched refs:_set_put_strdup_full (Results 1 – 2 of 2) sorted by relevance
/systemd-251/src/basic/ |
D | set.h | 130 int _set_put_strdup_full(Set **s, const struct hash_ops *hash_ops, const char *p HASHMAP_DEBUG_PAR… 131 #define set_put_strdup_full(s, hash_ops, p) _set_put_strdup_full(s, hash_ops, p HASHMAP_DEBUG_SRC_…
|
D | hashmap.c | 1845 int _set_put_strdup_full(Set **s, const struct hash_ops *hash_ops, const char *p HASHMAP_DEBUG_PAR… in _set_put_strdup_full() function 1872 r = _set_put_strdup_full(s, hash_ops, *i HASHMAP_DEBUG_PASS_ARGS); in _set_put_strdupv_full()
|