jabberd2
2.3.1
|
#include <xhash.h>
Data Fields | |
pool_t | p |
int | prime |
int | dirty |
int | count |
struct xhn_struct * | zen |
struct xhn_struct * | free_list |
int | iter_bucket |
xhn | iter_node |
int * | stat |
pool_t xht_struct::p |
Definition at line 47 of file xhash.h.
Referenced by _xhash_node_new(), xhash_free(), xhash_new(), and xhash_pool().
int xht_struct::prime |
Definition at line 48 of file xhash.h.
Referenced by _xhash_node_get(), _xhash_node_new(), xhash_iter_next(), xhash_new(), xhash_stat(), xhash_walk(), and xhash_zap_inner().
int xht_struct::dirty |
Definition at line 49 of file xhash.h.
Referenced by xhash_dirty(), xhash_putx(), and xhash_zap_inner().
int xht_struct::count |
Definition at line 50 of file xhash.h.
Referenced by _xhash_node_new(), xhash_count(), xhash_stat(), and xhash_zap_inner().
struct xhn_struct* xht_struct::zen |
Definition at line 51 of file xhash.h.
Referenced by _xhash_node_get(), _xhash_node_new(), xhash_iter_next(), xhash_new(), xhash_walk(), and xhash_zap_inner().
struct xhn_struct* xht_struct::free_list |
Definition at line 52 of file xhash.h.
Referenced by _xhash_node_new(), xhash_iter_next(), xhash_new(), and xhash_zap_inner().
int xht_struct::iter_bucket |
Definition at line 53 of file xhash.h.
Referenced by xhash_iter_first(), xhash_iter_next(), and xhash_new().
xhn xht_struct::iter_node |
Definition at line 54 of file xhash.h.
Referenced by xhash_iter_first(), xhash_iter_get(), xhash_iter_next(), xhash_iter_zap(), xhash_new(), and xhash_zap_inner().
int* xht_struct::stat |
Definition at line 55 of file xhash.h.
Referenced by _xhash_node_new(), xhash_new(), xhash_stat(), and xhash_zap_inner().