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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-dataslot.c216 list->n_slots = 0;
256 if (slot >= list->n_slots)
267 i = list->n_slots;
268 list->n_slots = slot + 1;
269 while (i < list->n_slots)
277 _dbus_assert (slot < list->n_slots);
314 if (slot >= list->n_slots)
332 while (i < list->n_slots)
356 list->n_slots = 0;
H A Ddbus-dataslot.h70 int n_slots; /**< Slots we have storage for in data_slots */ member in struct:DBusDataSlotList

Completed in 46 milliseconds