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 305 of file astobj2.c.
variable size
Definition at line 314 of file astobj2.c.
Referenced by ao2_callback(), ao2_iterator_next(), and container_destruct().
int elements |
Number of elements in the container
Definition at line 310 of file astobj2.c.
Referenced by ao2_callback(), and ao2_container_count().
int n_buckets |
Definition at line 308 of file astobj2.c.
Referenced by ao2_callback(), ao2_container_alloc(), ao2_iterator_next(), and container_destruct().
int version |
described above
Definition at line 312 of file astobj2.c.
Referenced by ao2_callback(), ao2_container_alloc(), and ao2_iterator_next().