Searched refs:endpoint (Results 1 - 2 of 2) sorted by relevance

/systemd/src/core/
H A Dbus-endpoint.h38 void bus_endpoint_free(BusEndpoint *endpoint);
H A Dbus-endpoint.c23 #include "bus-endpoint.h"
129 void bus_endpoint_free(BusEndpoint *endpoint) { argument
130 if (!endpoint)
133 hashmap_free_free_free(endpoint->policy_hash);
134 free(endpoint);

Completed in 40 milliseconds