OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_used_slots
(Results
1 - 2
of
2
) sorted by null
/external/dbus/dbus/
dbus-dataslot.h
59
int
n_used_slots
; /**< number of slots used */
member in struct:DBusDataSlotAllocator
dbus-dataslot.c
50
allocator->
n_used_slots
= 0;
102
if (allocator->
n_used_slots
< allocator->n_allocated_slots)
111
allocator->
n_used_slots
+= 1;
132
allocator->
n_used_slots
+= 1;
146
slot, allocator, allocator->n_allocated_slots, allocator->
n_used_slots
);
184
*slot_id_p, allocator, allocator->n_allocated_slots, allocator->
n_used_slots
);
189
allocator->
n_used_slots
-= 1;
191
if (allocator->
n_used_slots
== 0)
Completed in 78 milliseconds