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

This represents a hash table. More...

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.
 

Detailed Description

This represents a hash table.


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