Home
last modified time | relevance | path

Searched refs:ordered_hashmap_steal_first (Results 1 – 4 of 4) sorted by relevance

/systemd-251/src/basic/
Dordered-set.h70 return ordered_hashmap_steal_first((OrderedHashmap*) s); in ordered_set_steal_first()
Dhashmap.h346 static inline void *ordered_hashmap_steal_first(OrderedHashmap *h) { in ordered_hashmap_steal_first() function
389 while ((_item = ordered_hashmap_steal_first(_h))) \
/systemd-251/src/journal/
Djournald-server.c455 assert_se(f = ordered_hashmap_steal_first(s->user_journals)); in find_journal()
/systemd-251/src/libsystemd/sd-journal/
Djournal-file.c2138 ci = ordered_hashmap_steal_first(h); in chain_cache_put()