MCPcopy 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
139void h2_proxy_ihash_clear(h2_proxy_ihash_t *ih)
140{
141 apr_hash_clear(ih->hash);
142}
143
144typedef struct {
145 h2_proxy_ihash_t *ih;

Callers 1

h2_proxy_session_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected