
Data Fields | |
| struct bucket | buckets [0] |
| ao2_callback_fn * | cmp_fn |
| int | elements |
| ao2_hash_fn * | hash_fn |
| int | n_buckets |
| int | version |
Definition at line 379 of file astobj2.c.
variable size
Definition at line 388 of file astobj2.c.
Referenced by container_destruct(), container_destruct_debug(), internal_ao2_callback(), and internal_ao2_iterator_next().
Definition at line 381 of file astobj2.c.
Referenced by __ao2_find(), __ao2_find_debug(), and internal_ao2_container_alloc().
| int elements |
Number of elements in the container
Definition at line 384 of file astobj2.c.
Referenced by ao2_container_count(), internal_ao2_callback(), and internal_ao2_iterator_next().
Definition at line 380 of file astobj2.c.
Referenced by internal_ao2_callback(), and internal_ao2_container_alloc().
| int n_buckets |
Definition at line 382 of file astobj2.c.
Referenced by container_destruct(), container_destruct_debug(), internal_ao2_callback(), internal_ao2_container_alloc(), and internal_ao2_iterator_next().
| int version |
described above
Definition at line 386 of file astobj2.c.
Referenced by internal_ao2_callback(), internal_ao2_container_alloc(), and internal_ao2_iterator_next().
1.5.6