Diffusion C API 6.11.5
Loading...
Searching...
No Matches
hash_num_s Struct Reference

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.
 

Detailed Description

This represents a hash table.


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