![]()  | 
  
    Diffusion C API 6.12.0
    
   | 
 
This represents a hash table. More...
#include <hash.h>
Data Fields | |
| unsigned long | slots | 
| The maximum number of available slots in this hash table.  | |
| unsigned long | size | 
| The number of items held by this hash table.  | |
| HASH_ENTRY_T ** | entries | 
| An array of entries assigned to slots.  | |
| apr_pool_t * | pool | 
| Mutex protecting hash modification/access.  | |
This represents a hash table.