Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct hash_bucket | buckets [0] |
struct ao2_container | common |
Items common to all containers. More... | |
ao2_hash_fn * | hash_fn |
int | n_buckets |
A hash container in addition to values common to all container types, stores the hash callback function, the number of hash buckets, and the hash bucket heads.
Definition at line 65 of file astobj2_hash.c.
struct hash_bucket buckets[0] |
Hash bucket array of n_buckets. Variable size.
Definition at line 75 of file astobj2_hash.c.
Referenced by hash_ao2_node_destructor().
struct ao2_container common |
Items common to all containers.
Definition at line 70 of file astobj2_hash.c.
Referenced by hash_ao2_node_destructor().
ao2_hash_fn* hash_fn |
Definition at line 71 of file astobj2_hash.c.
int n_buckets |
Number of hash buckets in this container.
Definition at line 73 of file astobj2_hash.c.
Referenced by __ao2_container_alloc_hash().