jabberd2
2.2.16
|
#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 |
Definition at line 47 of file xhash.h.
Referenced by _xhash_node_new(), xhash_new(), xhash_free(), and xhash_pool().
Definition at line 48 of file xhash.h.
Referenced by _xhash_node_new(), _xhash_node_get(), xhash_new(), xhash_zap_inner(), xhash_stat(), xhash_walk(), and xhash_iter_next().
Definition at line 49 of file xhash.h.
Referenced by xhash_putx(), xhash_zap_inner(), and xhash_dirty().
Definition at line 50 of file xhash.h.
Referenced by _xhash_node_new(), xhash_zap_inner(), xhash_stat(), and xhash_count().
struct xhn_struct* xht_struct::zen |
Definition at line 51 of file xhash.h.
Referenced by _xhash_node_new(), _xhash_node_get(), xhash_new(), xhash_zap_inner(), xhash_walk(), and xhash_iter_next().
struct xhn_struct* xht_struct::free_list |
Definition at line 52 of file xhash.h.
Referenced by _xhash_node_new(), xhash_new(), xhash_zap_inner(), and xhash_iter_next().
Definition at line 53 of file xhash.h.
Referenced by xhash_new(), xhash_iter_first(), and xhash_iter_next().
Definition at line 54 of file xhash.h.
Referenced by xhash_new(), xhash_zap_inner(), xhash_iter_first(), xhash_iter_next(), xhash_iter_zap(), and xhash_iter_get().
int* xht_struct::stat |
Definition at line 55 of file xhash.h.
Referenced by _xhash_node_new(), xhash_new(), xhash_zap_inner(), and xhash_stat().