Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ h2_proxy_ihash_get
Function
h2_proxy_ihash_get
modules/http2/h2_proxy_util.c:97–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
}
96
97
void *h2_proxy_ihash_get(h2_proxy_ihash_t *ih, int id)
98
{
99
return apr_hash_get(ih->hash, &id, sizeof(id));
100
}
101
102
typedef struct {
103
h2_proxy_ihash_iter_t *iter;
Callers
1
on_stream_close
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected