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

A h2o_stringmap entry. More...

#include <stringmap.h>

Data Fields

h2o_stringkey
 
void * value
 
u64 vsize
 
enum h2o_stringmap_entry_state state
 

Detailed Description

A h2o_stringmap entry.

Parameters
keyThe key of the entry.
valueThe value of the entry.
stateThe state of the entry.

Field Documentation

◆ key

h2o_string* h2o_stringmap_entry::key

◆ state

enum h2o_stringmap_entry_state h2o_stringmap_entry::state

◆ value

void* h2o_stringmap_entry::value

◆ vsize

u64 h2o_stringmap_entry::vsize

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