Searched refs:allocated_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.c48 allocator->allocated_slots = NULL;
93 _dbus_assert (allocator->allocated_slots[slot].slot_id == slot);
95 allocator->allocated_slots[slot].refcount += 1;
107 if (allocator->allocated_slots[slot].slot_id < 0)
109 allocator->allocated_slots[slot].slot_id = slot;
110 allocator->allocated_slots[slot].refcount = 1;
124 tmp = dbus_realloc (allocator->allocated_slots,
129 allocator->allocated_slots = tmp;
133 allocator->allocated_slots[slot].slot_id = slot;
134 allocator->allocated_slots[slo
[all...]
H A Ddbus-dataslot.h57 DBusAllocatedSlot *allocated_slots; /**< Allocated slots */ member in struct:DBusDataSlotAllocator

Completed in 110 milliseconds