netatalk  4.4.0dev
Free and Open Source Apple Filing Protocol (AFP) Server
Loading...
Searching...
No Matches
hash_t Struct Reference

#include <hash.h>

Data Fields

struct hnode_t ** hash_table
hashcount_t hash_nchains
hashcount_t hash_nodecount
hashcount_t hash_maxcount
hashcount_t hash_highmark
hashcount_t hash_lowmark
hash_comp_t hash_compare
hash_fun_t hash_function
hnode_alloc_t hash_allocnode
hnode_free_t hash_freenode
void * hash_context
hash_val_t hash_mask
int hash_dynamic

Field Documentation

◆ hash_allocnode

hnode_alloc_t hash_t::hash_allocnode

◆ hash_compare

hash_comp_t hash_t::hash_compare

◆ hash_context

void* hash_t::hash_context

◆ hash_dynamic

int hash_t::hash_dynamic

◆ hash_freenode

hnode_free_t hash_t::hash_freenode

◆ hash_function

hash_fun_t hash_t::hash_function

◆ hash_highmark

hashcount_t hash_t::hash_highmark

◆ hash_lowmark

hashcount_t hash_t::hash_lowmark

◆ hash_mask

hash_val_t hash_t::hash_mask

◆ hash_maxcount

hashcount_t hash_t::hash_maxcount

◆ hash_nchains

hashcount_t hash_t::hash_nchains

◆ hash_nodecount

hashcount_t hash_t::hash_nodecount

◆ hash_table

struct hnode_t** hash_t::hash_table

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