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

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.h113 struct bus_body_part *body_end; member in struct:sd_bus_message
H A Dbus-message.c102 m->body_end = NULL;
1188 assert(m->body_end);
1196 m->body_end->next = part;
1200 m->body_end = part;
1374 m->body_end->sealed ||
1375 (padding != ALIGN_TO(m->body_end->size, align) - m->body_end->size) ||
1376 (force_inline && m->body_end->size > MEMFD_MIN_SIZE); /* if this must be an inlined extension, let's create a new part if the previous part is large enough to be inlined */
1399 part = m->body_end;
1827 o = m->body_end;
[all...]

Completed in 1345 milliseconds