|
htils 1
A small set of utilities for C programming.
|
A h2o_stringmap entry. More...
#include <stringmap.h>
Data Fields | |
| h2o_string * | key |
| void * | value |
| u64 | vsize |
| enum h2o_stringmap_entry_state | state |
A h2o_stringmap entry.
| key | The key of the entry. |
| value | The value of the entry. |
| state | The state of the entry. |
| h2o_string* h2o_stringmap_entry::key |
| enum h2o_stringmap_entry_state h2o_stringmap_entry::state |
| void* h2o_stringmap_entry::value |
| u64 h2o_stringmap_entry::vsize |