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

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.h47 size_t *offsets, n_offsets, offsets_allocated, offset_index; member in struct:bus_container
H A Dbus-message.c3028 m->root_container.offset_index = 0;
3224 if (c->offset_index+1 >= c->n_offsets)
3232 *rindex = ALIGN_TO(c->offsets[c->offset_index], alignment);
3233 c->item_size = c->offsets[c->offset_index+1] - *rindex;
3236 if (c->offset_index+1 >= (c->end-c->begin)/sz)
3240 *rindex = c->begin + (c->offset_index+1) * sz;
3244 c->offset_index++;
3253 if (c->offset_index+1 >= c->n_offsets)
3273 *rindex = ALIGN_TO(c->offsets[c->offset_index], alignment);
3274 c->item_size = c->offsets[c->offset_index
[all...]

Completed in 2143 milliseconds