Searched refs:ordered_hashmap_remove (Results 1 - 5 of 5) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-slot.c81 ordered_hashmap_remove(slot->bus->reply_callbacks, &slot->reply_callback.cookie);
H A Dsd-bus.c2255 ordered_hashmap_remove(bus->reply_callbacks, &c->cookie);
2324 c = ordered_hashmap_remove(bus->reply_callbacks, &m->reply_cookie);
2677 ordered_hashmap_remove(bus->reply_callbacks, &c->cookie);
/systemd/src/basic/
H A Dhashmap.h181 static inline void *ordered_hashmap_remove(OrderedHashmap *h, const void *key) { function
/systemd/src/journal/
H A Djournald-server.c365 ordered_hashmap_remove(s->user_journals, k);
H A Dsd-journal.c1322 ordered_hashmap_remove(j->files, f->path);

Completed in 2680 milliseconds