Lines Matching refs:n_slots
216 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;
398 #define N_SLOTS 100
401 while (i < N_SLOTS)
418 while (i < N_SLOTS)
438 while (i < N_SLOTS)
462 _dbus_assert (N_SLOTS == free_counter);
465 while (i < N_SLOTS)