Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
hash_bucket Struct Reference
Collaboration diagram for hash_bucket:
Collaboration graph
[legend]

Data Fields

struct {
   struct hash_bucket_node *   first
 
   struct hash_bucket_node *   last
 
list
 

Detailed Description

Definition at line 49 of file astobj2_hash.c.

Field Documentation

◆ first

struct hash_bucket_node* first

Definition at line 51 of file astobj2_hash.c.

◆ last

struct hash_bucket_node* last

Definition at line 51 of file astobj2_hash.c.

◆ list

struct { ... } list

List of objects held in the bucket.

Referenced by hash_ao2_insert_node(), and hash_ao2_node_destructor().


The documentation for this struct was generated from the following file: