Home
last modified time | relevance | path

Searched refs:introspect_free (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/libsystemd/sd-bus/
Dbus-introspect.h26 void introspect_free(struct introspect *i);
Dbus-introspect.c277 void introspect_free(struct introspect *i) { in introspect_free() function
Dbus-objects.c930 _cleanup_(introspect_free) struct introspect intro = {}; in introspect_path()