OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_allocated_slots
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
dbus-dataslot.c
49
allocator->
n_allocated_slots
= 0;
77
if (allocator->
n_allocated_slots
== 0)
92
_dbus_assert (slot < allocator->
n_allocated_slots
);
102
if (allocator->n_used_slots < allocator->
n_allocated_slots
)
105
while (slot < allocator->
n_allocated_slots
)
117
_dbus_assert (slot < allocator->
n_allocated_slots
);
125
sizeof (DBusAllocatedSlot) * (allocator->
n_allocated_slots
+ 1));
130
slot = allocator->
n_allocated_slots
;
131
allocator->
n_allocated_slots
+= 1;
138
_dbus_assert (slot < allocator->
n_allocated_slots
);
[
all
...]
dbus-dataslot.h
58
int
n_allocated_slots
; /**< number of slots malloc'd */
member in struct:DBusDataSlotAllocator
Completed in 620 milliseconds