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

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

struct ast_hashtab_bucket* next

a DLL of buckets in hash collision

Definition at line 77 of file hashtab.h.

Referenced by _ast_hashtab_dup(), ast_hashtab_remove_object_via_lookup_nolock(), and ast_hashtab_remove_this_object_nolock().

const void* object

whatever it is we are storing in this table

Definition at line 76 of file hashtab.h.

Referenced by _ast_hashtab_dup(), ast_hashtab_destroy(), ast_hashtab_next(), ast_hashtab_remove_object_via_lookup_nolock(), and ast_hashtab_remove_this_object_nolock().

struct ast_hashtab_bucket* prev

a DLL of buckets in hash collision

Definition at line 78 of file hashtab.h.

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_next().

struct ast_hashtab_bucket* tprev

a DLL of all the hash buckets for traversal

Definition at line 80 of file hashtab.h.


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