htils 1
A small set of utilities for C programming.
Loading...
Searching...
No Matches
h2o_stringmap Struct Reference

A h2o_stringmap_t. More...

#include <stringmap.h>

Data Fields

h2o_mem_pool_t * pool
 
h2o_stringmap_entry_tentries
 
u64 capacity
 
u64 count
 
u64 dead_entries
 

Detailed Description

A h2o_stringmap_t.

Parameters
poolThe memory pool to allocate from.
entriesThe entries of the h2o_stringmap_t.
capacityThe capacity of the h2o_stringmap_t.
countThe amount of entries in the h2o_stringmap_t.
dead_entriesThe amount of dead entries of the h2o_stringmap_t.

Field Documentation

◆ capacity

u64 h2o_stringmap::capacity

◆ count

u64 h2o_stringmap::count

◆ dead_entries

u64 h2o_stringmap::dead_entries

◆ entries

h2o_stringmap_entry_t* h2o_stringmap::entries

◆ pool

h2o_mem_pool_t* h2o_stringmap::pool

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