MCPcopy Create free account
hub / github.com/apache/httpd / h2_proxy_ihash_remove_val

Function h2_proxy_ihash_remove_val

modules/http2/h2_proxy_util.c:132–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132void h2_proxy_ihash_remove_val(h2_proxy_ihash_t *ih, void *val)
133{
134 int id = *((int*)((char *)val + ih->ioff));
135 apr_hash_set(ih->hash, &id, sizeof(id), NULL);
136}
137
138
139void h2_proxy_ihash_clear(h2_proxy_ihash_t *ih)

Callers 1

h2_proxy_ihash_shiftFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected