Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dhashmap.c820 static int hashmap_base_ensure_allocated(HashmapBase **h, const struct hash_ops *hash_ops, in hashmap_base_ensure_allocated() function
838 …return hashmap_base_ensure_allocated((HashmapBase**)h, hash_ops, HASHMAP_TYPE_PLAIN HASHMAP_DEBUG… in _hashmap_ensure_allocated()
842 …return hashmap_base_ensure_allocated((HashmapBase**)h, hash_ops, HASHMAP_TYPE_ORDERED HASHMAP_DEB… in _ordered_hashmap_ensure_allocated()
846 …return hashmap_base_ensure_allocated((HashmapBase**)s, hash_ops, HASHMAP_TYPE_SET HASHMAP_DEBUG_P… in _set_ensure_allocated()