Home
last modified time | relevance | path

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

/third_party/eudev/src/shared/
Dset.h45 int internal_set_ensure_allocated(Set **s, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS);
46 #define set_ensure_allocated(h, ops) internal_set_ensure_allocated(h, ops HASHMAP_DEBUG_SRC_ARGS)
Dhashmap.c850 int internal_set_ensure_allocated(Set **s, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) { in internal_set_ensure_allocated() function