jabberd2  2.3.3
Data Fields
xhn_struct Struct Reference

#include <xhash.h>

Data Fields

struct xhn_structnext
 
struct xhn_structprev
 
const char * key
 
int keylen
 
void * val
 

Detailed Description

Definition at line 36 of file xhash.h.

Field Documentation

struct xhn_struct* xhn_struct::next
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
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

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