Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
#include <hashtab.h>
Data Fields | |
struct ast_hashtab_bucket * | next |
const void * | object |
struct ast_hashtab_bucket * | prev |
struct ast_hashtab_bucket * | tnext |
struct ast_hashtab_bucket * | tprev |
struct ast_hashtab_bucket* next |
a DLL of buckets in hash collision
Definition at line 77 of file hashtab.h.
Referenced by ast_hashtab_remove_object_internal().
const void* object |
whatever it is we are storing in this table
Definition at line 76 of file hashtab.h.
Referenced by ast_hashtab_destroy(), and ast_hashtab_remove_object_internal().
struct ast_hashtab_bucket* prev |
a DLL of buckets in hash collision
Definition at line 78 of file hashtab.h.
Referenced by ast_hashtab_remove_object_internal().
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_remove_object_internal().
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().