Diffusion C API  6.7.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
hash_num_s Struct Reference

This represents a hash table. More...

Data Fields

unsigned long slots
 The maximum number of available slots in this hash table.
 
HASH_NUM_ENTRY_T ** entries
 An array of entries assigned to slots.
 
unsigned long size
 The number of items held by this hash table.
 
apr_pool_t * pool
 Mutex protecting hash modification/access.
 

Detailed Description

This represents a hash table.


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