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

/systemd/src/basic/
H A Dhashmap.c95 struct hashmap_base_entry { struct
100 * hashmap_base_entry must be at the beginning of each entry struct. */
103 struct hashmap_base_entry b;
113 struct hashmap_base_entry b;
348 static struct hashmap_base_entry *bucket_at(HashmapBase *h, unsigned idx) {
349 return (struct hashmap_base_entry*)
371 static struct hashmap_base_entry *bucket_at_virtual(HashmapBase *h, struct swap_entries *swap,
438 struct hashmap_base_entry *e_from, *e_to;
480 static void *entry_value(HashmapBase *h, struct hashmap_base_entry *e) {
620 struct hashmap_base_entry *
[all...]

Completed in 12 milliseconds