Searched defs:bus_body_part (Results 1 - 1 of 1) sorted by relevance

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.h53 struct bus_body_part { struct
54 struct bus_body_part *next;
112 struct bus_body_part body;
113 struct bus_body_part *body_end;
117 struct bus_body_part *cached_rindex_part;
227 struct bus_body_part *message_append_part(sd_bus_message *m);
232 int bus_body_part_map(struct bus_body_part *part);
233 void bus_body_part_unmap(struct bus_body_part *part);

Completed in 1327 milliseconds