jabberd2
2.2.16
|
#include <xhash.h>
Data Fields | |
struct xhn_struct * | next |
struct xhn_struct * | prev |
const char * | key |
int | keylen |
void * | val |
struct xhn_struct* xhn_struct::next |
Definition at line 38 of file xhash.h.
Referenced by _xhash_node_new(), _xhash_node_get(), xhash_zap_inner(), xhash_walk(), and xhash_iter_next().
struct xhn_struct* xhn_struct::prev |
Definition at line 39 of file xhash.h.
Referenced by _xhash_node_new(), xhash_zap_inner(), and xhash_iter_next().
const char* xhn_struct::key |
Definition at line 40 of file xhash.h.
Referenced by _xhash_node_new(), _xhash_node_get(), xhash_putx(), xhash_zap_inner(), xhash_walk(), xhash_iter_next(), xhash_iter_zap(), and xhash_iter_get().
Definition at line 41 of file xhash.h.
Referenced by _xhash_node_get(), xhash_putx(), xhash_walk(), xhash_iter_zap(), and xhash_iter_get().
void* xhn_struct::val |
Definition at line 42 of file xhash.h.
Referenced by xhash_putx(), xhash_getx(), xhash_zap_inner(), xhash_walk(), xhash_iter_next(), and xhash_iter_get().