Sun Oct 16 2011 08:43:12

Asterisk developer's documentation


ast_hashtab_bucket Struct Reference

#include <hashtab.h>

Collaboration diagram for ast_hashtab_bucket:

Data Fields

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

Field Documentation

a DLL of buckets in hash collision

Definition at line 75 of file hashtab.h.

Referenced by ast_hashtab_insert_immediate_bucket(), ast_hashtab_resize(), and ast_hashtab_remove_object_internal().

a DLL of all the hash buckets for traversal

Definition at line 76 of file hashtab.h.

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

a DLL of all the hash buckets for traversal

Definition at line 77 of file hashtab.h.

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


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