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

/systemd/src/bus-proxyd/
H A Dbus-xml-policy.h73 Hashmap *group_items; member in struct:Policy
H A Dbus-xml-policy.c409 r = hashmap_ensure_allocated(&p->group_items, NULL);
425 first = hashmap_get(p->group_items, GID_TO_PTR(i->gid));
429 r = hashmap_replace(p->group_items, GID_TO_PTR(i->gid), first);
788 items = hashmap_get(p->group_items, GID_TO_PTR(filter->gid));
1074 while ((first = hashmap_steal_first(p->group_items))) {
1083 hashmap_free(p->group_items);
1085 p->user_items = p->group_items = NULL;
1167 dump_hashmap_items(p->group_items);

Completed in 10 milliseconds