Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ h2_proxy_ihash_add
Function
h2_proxy_ihash_add
modules/http2/h2_proxy_util.c:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
void h2_proxy_ihash_add(h2_proxy_ihash_t *ih, void *val)
123
{
124
apr_hash_set(ih->hash, ((char *)val + ih->ioff), sizeof(int), val);
125
}
126
127
void h2_proxy_ihash_remove(h2_proxy_ihash_t *ih, int id)
128
{
Callers
1
submit_stream
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected