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

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.c121 m->root_container.index = 0;
150 free(m->root_container.signature);
151 free(m->root_container.offsets);
153 free(m->root_container.peeked_signature);
610 m->root_container.need_offsets = BUS_MESSAGE_IS_GVARIANT(m);
1170 return &m->root_container;
2907 signature = strempty(m->root_container.signature);
2957 !streq(strempty(m->root_container.signature), m->enforced_reply_signature))
2961 r = bus_message_close_struct(m, &m->root_container, false);
2967 if (!isempty(m->root_container
[all...]
H A Dbus-internal.c370 strna(m->root_container.signature),
H A Dbus-message.h123 struct bus_container root_container, *containers; member in struct:sd_bus_message
H A Dbus-dump.c141 fprintf(f, "%sMESSAGE \"%s\" {\n", prefix, strempty(m->root_container.signature));

Completed in 3170 milliseconds