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

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.h117 struct bus_body_part *cached_rindex_part; member in struct:sd_bus_message
H A Dbus-message.c104 m->cached_rindex_part = NULL;
3173 if (m->cached_rindex_part && index >= m->cached_rindex_part_begin) {
3174 part = m->cached_rindex_part;
3194 m->cached_rindex_part = part;

Completed in 916 milliseconds