OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:next_bucket
(Results
1 - 1
of
1
) sorted by null
/external/dbus/dbus/
dbus-hash.c
221
int
next_bucket
; /**< index of next bucket */
member in struct:__anon6016
544
real->
next_bucket
= 0;
574
if (real->
next_bucket
>= real->table->n_buckets)
583
real->bucket = &(real->table->buckets[real->
next_bucket
]);
585
real->
next_bucket
+= 1;
796
real->
next_bucket
= (bucket - table->buckets) + 1;
799
_dbus_assert (&(table->buckets[real->
next_bucket
-1]) == real->bucket);
[
all
...]
Completed in 121 milliseconds