Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ h2_proxy_ihash_clear
Function
h2_proxy_ihash_clear
modules/http2/h2_proxy_util.c:139–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
138
139
void h2_proxy_ihash_clear(h2_proxy_ihash_t *ih)
140
{
141
apr_hash_clear(ih->hash);
142
}
143
144
typedef struct {
145
h2_proxy_ihash_t *ih;
Callers
1
h2_proxy_session_cleanup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected