Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ast_hashtab_bucket Struct Reference

#include <hashtab.h>

Collaboration diagram for ast_hashtab_bucket:
Collaboration graph
[legend]

Data Fields

struct ast_hashtab_bucketnext
 
const void * object
 
struct ast_hashtab_bucketprev
 
struct ast_hashtab_buckettnext
 
struct ast_hashtab_buckettprev
 

Detailed Description

Definition at line 74 of file hashtab.h.

Field Documentation

◆ next

struct ast_hashtab_bucket* next

◆ object

const void* object

◆ prev

struct ast_hashtab_bucket* prev

a DLL of buckets in hash collision

Definition at line 78 of file hashtab.h.

Referenced by _ast_hashtab_insert_immediate_bucket(), _ast_hashtab_resize(), and ast_hashtab_remove_object_internal().

◆ tnext

struct ast_hashtab_bucket* tnext

a DLL of all the hash buckets for traversal

Definition at line 79 of file hashtab.h.

Referenced by _ast_hashtab_resize(), ast_hashtab_next(), ast_hashtab_remove_object_internal(), tlist_add_head(), and tlist_del_item().

◆ tprev

struct ast_hashtab_bucket* tprev

a DLL of all the hash buckets for traversal

Definition at line 80 of file hashtab.h.

Referenced by ast_hashtab_remove_object_internal(), tlist_add_head(), and tlist_del_item().


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