
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 759 of file astobj2.c.
Referenced by internal_ao2_callback(), internal_ao2_iterator_next(), and internal_ao2_link().
| struct { ... } entry |
| struct bucket_entry* next |
| int version |
Definition at line 758 of file astobj2.c.
Referenced by internal_ao2_iterator_next(), and internal_ao2_link().