jabberd2  2.3.6
Data Fields
xht_struct Struct Reference

#include <xhash.h>

Data Fields

pool_t p
 
int prime
 
int dirty
 
int count
 
struct xhn_structzen
 
struct xhn_structfree_list
 
int iter_bucket
 
xhn iter_node
 
int * stat
 

Detailed Description

Definition at line 45 of file xhash.h.

Field Documentation

pool_t xht_struct::p

Definition at line 47 of file xhash.h.

Referenced by _xhash_node_new(), xhash_free(), xhash_new(), and xhash_pool().

int xht_struct::prime
int xht_struct::dirty

Definition at line 49 of file xhash.h.

Referenced by xhash_dirty(), xhash_putx(), and xhash_zap_inner().

int xht_struct::count

Definition at line 50 of file xhash.h.

Referenced by _xhash_node_new(), xhash_count(), xhash_stat(), and xhash_zap_inner().

struct xhn_struct* xht_struct::zen
struct xhn_struct* xht_struct::free_list

Definition at line 52 of file xhash.h.

Referenced by _xhash_node_new(), xhash_iter_next(), xhash_new(), and xhash_zap_inner().

int xht_struct::iter_bucket

Definition at line 53 of file xhash.h.

Referenced by xhash_iter_first(), xhash_iter_next(), and xhash_new().

xhn xht_struct::iter_node
int* xht_struct::stat

Definition at line 55 of file xhash.h.

Referenced by _xhash_node_new(), xhash_new(), xhash_stat(), and xhash_zap_inner().


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