Data Fields | |
bucket | buckets [0] |
ao2_callback_fn * | cmp_fn |
int | elements |
ao2_hash_fn * | hash_fn |
int | n_buckets |
int | version |
Definition at line 387 of file astobj2.c.
variable size
Definition at line 396 of file astobj2.c.
Referenced by __ao2_callback(), __ao2_iterator_next(), container_destruct(), and container_destruct_debug().
Definition at line 389 of file astobj2.c.
Referenced by __ao2_container_alloc(), _ao2_find(), and _ao2_find_debug().
int elements |
Number of elements in the container
Definition at line 392 of file astobj2.c.
Referenced by __ao2_callback(), and ao2_container_count().
Definition at line 388 of file astobj2.c.
Referenced by __ao2_callback(), and __ao2_container_alloc().
int n_buckets |
Definition at line 390 of file astobj2.c.
Referenced by __ao2_callback(), __ao2_container_alloc(), __ao2_iterator_next(), _ao2_container_alloc(), _ao2_container_alloc_debug(), container_destruct(), and container_destruct_debug().
int version |
described above
Definition at line 394 of file astobj2.c.
Referenced by __ao2_callback(), __ao2_container_alloc(), and __ao2_iterator_next().