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 349 of file astobj2.c.
variable size
Definition at line 358 of file astobj2.c.
Referenced by ao2_callback(), ao2_iterator_next(), and container_destruct().
ao2_callback_fn cmp_fn |
int elements |
Number of elements in the container
Definition at line 354 of file astobj2.c.
Referenced by ao2_callback(), and ao2_container_count().
ao2_hash_fn hash_fn |
int n_buckets |
Definition at line 352 of file astobj2.c.
Referenced by ao2_callback(), ao2_container_alloc(), ao2_iterator_next(), and container_destruct().
int version |
described above
Definition at line 356 of file astobj2.c.
Referenced by ao2_callback(), ao2_container_alloc(), and ao2_iterator_next().