Searched defs:Set (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dhashmap.h53 typedef struct Set Set; /* Stores just keys */ typedef in typeref:struct:Set
76 __builtin_types_compatible_p(typeof(h), Set*))
H A Dhashmap.c244 struct Set { struct
250 /* No need for a separate Set pool */
251 assert_cc(sizeof(Hashmap) == sizeof(Set));
274 .head_size = sizeof(Set),
361 static struct set_entry *set_bucket_at(Set *h, unsigned idx) {
706 bool set_iterate(Set *s, Iterator *i, void **value) {
773 Set *internal_set_new(const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) {
774 return (Set*) hashmap_base_new(hash_ops, HASHMAP_TYPE_SET HASHMAP_DEBUG_PASS_ARGS);
802 int internal_set_ensure_allocated(Set **s, const struct hash_ops *hash_ops HASHMAP_DEBUG_PARAMS) {
1215 int set_put(Set *
[all...]

Completed in 47 milliseconds