Searched refs:user_items (Results 1 - 2 of 2) sorted by relevance

/systemd/src/bus-proxyd/
H A Dbus-xml-policy.h72 Hashmap *user_items; member in struct:Policy
H A Dbus-xml-policy.c377 r = hashmap_ensure_allocated(&p->user_items, NULL);
393 first = hashmap_get(p->user_items, UID_TO_PTR(i->uid));
397 r = hashmap_replace(p->user_items, UID_TO_PTR(i->uid), first);
797 items = hashmap_get(p->user_items, UID_TO_PTR(filter->uid));
1066 while ((first = hashmap_steal_first(p->user_items))) {
1082 hashmap_free(p->user_items);
1085 p->user_items = p->group_items = NULL;
1170 dump_hashmap_items(p->user_items);

Completed in 1121 milliseconds