Home
last modified time | relevance | path

Searched refs:n_slots (Results 1 – 2 of 2) sorted by relevance

/external/dbus/dbus/
Ddbus-dataslot.c216 list->n_slots = 0; in _dbus_data_slot_list_init()
256 if (slot >= list->n_slots) in _dbus_data_slot_list_set()
267 i = list->n_slots; in _dbus_data_slot_list_set()
268 list->n_slots = slot + 1; in _dbus_data_slot_list_set()
269 while (i < list->n_slots) in _dbus_data_slot_list_set()
277 _dbus_assert (slot < list->n_slots); in _dbus_data_slot_list_set()
314 if (slot >= list->n_slots) in _dbus_data_slot_list_get()
332 while (i < list->n_slots) in _dbus_data_slot_list_clear()
356 list->n_slots = 0; in _dbus_data_slot_list_free()
Ddbus-dataslot.h70 int n_slots; /**< Slots we have storage for in data_slots */ member