Asterisk - The Open Source Telephony Project GIT-master-3dee037
|
Data Fields | |
struct { | |
struct hash_bucket_node * first | |
struct hash_bucket_node * last | |
} | list |
Definition at line 49 of file astobj2_hash.c.
struct hash_bucket_node* first |
Definition at line 51 of file astobj2_hash.c.
struct hash_bucket_node* last |
Definition at line 51 of file astobj2_hash.c.
struct { ... } list |
List of objects held in the bucket.
Referenced by hash_ao2_destroy(), hash_ao2_find_first(), hash_ao2_find_next(), hash_ao2_insert_node(), hash_ao2_iterator_next(), and hash_ao2_node_destructor().