| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 

| Data Fields | ||
| struct ao2_container_node | common | |
| Items common to all container nodes. | ||
| struct { | ||
| struct hash_bucket_node * first | ||
| struct hash_bucket_node * last | ||
| } | links | |
| int | my_bucket | |
A structure to create a linked list of entries, used within a bucket.
Definition at line 37 of file astobj2_hash.c.
| struct ao2_container_node common | 
Items common to all container nodes.
Definition at line 42 of file astobj2_hash.c.
Referenced by hash_ao2_insert_node(), and hash_ao2_node_destructor().
| struct hash_bucket_node* first | 
Definition at line 44 of file astobj2_hash.c.
| struct hash_bucket_node* last | 
Definition at line 44 of file astobj2_hash.c.
| struct { ... } links | 
Next node links in the list.
Referenced by hash_ao2_find_first(), hash_ao2_find_next(), hash_ao2_insert_node(), and hash_ao2_iterator_next().
| int my_bucket | 
Hash bucket holding the node.
Definition at line 46 of file astobj2_hash.c.
Referenced by hash_ao2_find_next(), and hash_ao2_node_destructor().