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

/systemd/src/libsystemd/sd-bus/
H A Dbus-message.h125 size_t containers_allocated; member in struct:sd_bus_message
H A Dbus-message.c120 m->n_containers = m->containers_allocated = 0;
2056 if (!GREEDY_REALLOC(m->containers, m->containers_allocated, m->n_containers + 1)) {
4117 if (!GREEDY_REALLOC(m->containers, m->containers_allocated, m->n_containers + 1))

Completed in 1255 milliseconds