jabberd2  2.7.0
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

◆ next

struct xhn_struct* xhn_struct::next

◆ prev

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().

◆ key

const char* xhn_struct::key

◆ keylen

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().

◆ val

void* xhn_struct::val

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