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

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.h173 static inline size_t BUS_MESSAGE_SIZE(sd_bus_message *m) { function
H A Dbus-dump.c580 hdr.orig_len = BUS_MESSAGE_SIZE(m);
H A Dbus-socket.c781 if (*idx >= BUS_MESSAGE_SIZE(m))
H A Dsd-bus.c1631 if (bus->is_kernel || *idx >= BUS_MESSAGE_SIZE(m))
1660 else if (bus->is_kernel || bus->windex >= BUS_MESSAGE_SIZE(bus->wqueue[0])) {
1792 if (!bus->is_kernel && idx < BUS_MESSAGE_SIZE(m)) {
H A Dbus-message.c5175 sz = bus_gvariant_determine_word_size(BUS_MESSAGE_SIZE(m), 0);
5558 total = BUS_MESSAGE_SIZE(m);

Completed in 4466 milliseconds