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

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.h118 size_t cached_rindex_part_begin; member in struct:sd_bus_message
H A Dbus-message.c105 m->cached_rindex_part_begin = 0;
3173 if (m->cached_rindex_part && index >= m->cached_rindex_part_begin) {
3175 begin = m->cached_rindex_part_begin;
3195 m->cached_rindex_part_begin = begin;

Completed in 1839 milliseconds