Searched refs:unref (Results 1 – 6 of 6) sorted by relevance
52 void netlink_slot_disconnect(sd_netlink_slot *slot, bool unref) { in netlink_slot_disconnect() argument90 else if (unref) in netlink_slot_disconnect()
14 void netlink_slot_disconnect(sd_netlink_slot *slot, bool unref);
10 void bus_slot_disconnect(sd_bus_slot *slot, bool unref);
40 void bus_slot_disconnect(sd_bus_slot *slot, bool unref) { in bus_slot_disconnect() argument175 else if (unref) in bus_slot_disconnect()
314 - When you define a destructor or `unref()` call for an object, please accept a320 - Related to this: when you define a destructor or `unref()` call for an
4692 disabling and unref'ing an event source in a single function. A