jabberd2
2.3.1
|
#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_get(), _xhash_node_new(), xhash_iter_next(), xhash_walk(), and xhash_zap_inner().
struct xhn_struct* xhn_struct::prev |
Definition at line 39 of file xhash.h.
Referenced by _xhash_node_new(), xhash_iter_next(), and xhash_zap_inner().
const char* xhn_struct::key |
Definition at line 40 of file xhash.h.
Referenced by _xhash_node_get(), _xhash_node_new(), xhash_iter_get(), xhash_iter_next(), xhash_iter_zap(), xhash_putx(), xhash_walk(), and xhash_zap_inner().
int xhn_struct::keylen |
Definition at line 41 of file xhash.h.
Referenced by _xhash_node_get(), xhash_iter_get(), xhash_iter_zap(), xhash_putx(), and xhash_walk().
void* xhn_struct::val |
Definition at line 42 of file xhash.h.
Referenced by xhash_getx(), xhash_iter_get(), xhash_iter_next(), xhash_putx(), xhash_walk(), and xhash_zap_inner().