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 264 of file astobj2.c.
struct bucket buckets[0] [read] |
variable size
Definition at line 273 of file astobj2.c.
Referenced by __ao2_link(), ao2_callback(), and ao2_iterator_next().
| ao2_callback_fn cmp_fn |
| int elements |
Number of elements in the container
Definition at line 269 of file astobj2.c.
Referenced by __ao2_link(), ao2_callback(), and ao2_container_count().
| ao2_hash_fn hash_fn |
Definition at line 265 of file astobj2.c.
Referenced by __ao2_link(), ao2_callback(), and ao2_container_alloc().
| int n_buckets |
Definition at line 267 of file astobj2.c.
Referenced by __ao2_link(), ao2_callback(), ao2_container_alloc(), and ao2_iterator_next().
| int version |
described above
Definition at line 271 of file astobj2.c.
Referenced by __ao2_link(), ao2_callback(), ao2_container_alloc(), and ao2_iterator_next().
1.5.5