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

Function h2_proxy_ihash_remove

modules/http2/h2_proxy_util.c:127–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void h2_proxy_ihash_remove(h2_proxy_ihash_t *ih, int id)
128{
129 apr_hash_set(ih->hash, &id, sizeof(id), NULL);
130}
131
132void h2_proxy_ihash_remove_val(h2_proxy_ihash_t *ih, void *val)
133{

Callers 2

ev_stream_doneFunction · 0.85
h2_proxy_ihash_ishiftFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected