
Data Fields | |
| struct astobj2 * | astobj |
| struct { | |
| struct bucket_entry * next | |
| } | entry |
| int | version |
A structure to create a linked list of entries, used within a bucket. XXX
Definition at line 471 of file astobj2.c.
Referenced by internal_ao2_callback(), internal_ao2_iterator_next(), and internal_ao2_link().
| struct { ... } entry |
Referenced by container_destruct(), container_destruct_debug(), internal_ao2_callback(), and internal_ao2_iterator_next().
| struct bucket_entry* next |
| int version |
Definition at line 470 of file astobj2.c.
Referenced by internal_ao2_iterator_next(), and internal_ao2_link().