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

/systemd/src/bus-proxyd/
H A Dbus-proxyd.c55 } ClientContext; typedef in typeref:struct:__anon47
57 static ClientContext *client_context_free(ClientContext *c) {
67 DEFINE_TRIVIAL_CLEANUP_FUNC(ClientContext*, client_context_free);
69 static int client_context_new(ClientContext **out) {
70 _cleanup_(client_context_freep) ClientContext *c = NULL;
72 c = new0(ClientContext, 1);
84 _cleanup_(client_context_freep) ClientContext *c = userdata;
135 ClientContext *c;

Completed in 12 milliseconds