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

/systemd/src/libsystemd/sd-netlink/
H A Dnetlink-internal.h83 Hashmap *reply_callbacks; member in struct:sd_netlink
H A Dsd-netlink.c181 hashmap_free_free(rtnl->reply_callbacks);
309 hashmap_remove(rtnl->reply_callbacks, &c->serial);
330 c = hashmap_remove(rtnl->reply_callbacks, &serial);
532 r = hashmap_ensure_allocated(&nl->reply_callbacks, &uint64_hash_ops);
558 r = hashmap_put(nl->reply_callbacks, &c->serial, c);
587 c = hashmap_remove(nl->reply_callbacks, &s);
/systemd/src/libsystemd/sd-bus/
H A Dbus-internal.h234 OrderedHashmap *reply_callbacks; member in struct:sd_bus
H A Dbus-slot.c81 ordered_hashmap_remove(slot->bus->reply_callbacks, &slot->reply_callback.cookie);
H A Dsd-bus.c155 ordered_hashmap_free_free(b->reply_callbacks);
1903 r = ordered_hashmap_ensure_allocated(&bus->reply_callbacks, &uint64_hash_ops);
1926 r = ordered_hashmap_put(bus->reply_callbacks, &s->reply_callback.cookie, &s->reply_callback);
2255 ordered_hashmap_remove(bus->reply_callbacks, &c->cookie);
2324 c = ordered_hashmap_remove(bus->reply_callbacks, &m->reply_cookie);
2654 c = ordered_hashmap_first(bus->reply_callbacks);
2677 ordered_hashmap_remove(bus->reply_callbacks, &c->cookie);

Completed in 38 milliseconds