OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocated_slots
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
dbus-dataslot.c
48
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
[slot].refcount = 1
[
all
...]
dbus-dataslot.h
57
DBusAllocatedSlot *
allocated_slots
; /**< Allocated slots */
member in struct:DBusDataSlotAllocator
Completed in 619 milliseconds