|
htils 1
A small set of utilities for C programming.
|
A h2o_stringmap_t. More...
#include <stringmap.h>
Data Fields | |
| h2o_mem_pool_t * | pool |
| h2o_stringmap_entry_t * | entries |
| u64 | capacity |
| u64 | count |
| u64 | dead_entries |
A h2o_stringmap_t.
| pool | The memory pool to allocate from. |
| entries | The entries of the h2o_stringmap_t. |
| capacity | The capacity of the h2o_stringmap_t. |
| count | The amount of entries in the h2o_stringmap_t. |
| dead_entries | The amount of dead entries of the h2o_stringmap_t. |
| u64 h2o_stringmap::capacity |
| u64 h2o_stringmap::count |
| u64 h2o_stringmap::dead_entries |
| h2o_stringmap_entry_t* h2o_stringmap::entries |
| h2o_mem_pool_t* h2o_stringmap::pool |