![]() |
Diffusion C API 6.12.0
|
This represents a hash table. More...
#include <hash_num.h>
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. | |
This represents a hash table.