Home
last modified time | relevance | path

Searched refs:ordered_hashmap_contains (Results 1 – 6 of 6) sorted by relevance

/systemd-251/src/basic/
Dordered-set.h38 return ordered_hashmap_contains((OrderedHashmap*) s, p); in ordered_set_contains()
Dhashmap.h191 static inline bool ordered_hashmap_contains(OrderedHashmap *h, const void *key) { in ordered_hashmap_contains() function
/systemd-251/src/sysctl/
Dsysctl.c160 if (ordered_hashmap_contains(sysctl_options, key)) { in apply_all()
/systemd-251/src/sysusers/
Dsysusers.c435 if (ordered_hashmap_contains(todo_uids, UID_TO_PTR(pw->pw_uid))) in write_temporary_passwd()
698 if (ordered_hashmap_contains(todo_gids, GID_TO_PTR(gr->gr_gid))) in write_temporary_group()
/systemd-251/src/journal/
Djournald-server.c585 if (ordered_hashmap_contains(s->user_journals, UID_TO_PTR(uid))) in vacuum_offline_user_journals()
/systemd-251/src/libsystemd/sd-bus/
Dsd-bus.c1887 if (!ordered_hashmap_contains(b->reply_callbacks, &new_cookie)) in next_cookie()