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 433 of file astobj2.c.
variable size
Definition at line 442 of file astobj2.c.
Referenced by __ao2_callback(), __ao2_iterator_next(), container_destruct(), and container_destruct_debug().
Definition at line 435 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 438 of file astobj2.c.
Referenced by __ao2_callback(), and ao2_container_count().
Definition at line 434 of file astobj2.c.
Referenced by __ao2_callback(), and __ao2_container_alloc().
int n_buckets |
Definition at line 436 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 440 of file astobj2.c.
Referenced by __ao2_callback(), __ao2_container_alloc(), and __ao2_iterator_next().