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

Function h2_ihash_remove

modules/http2/h2_util.c:273–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273void h2_ihash_remove(h2_ihash_t *ih, int id)
274{
275 apr_hash_set(ih->hash, &id, sizeof(id), NULL);
276}
277
278void h2_ihash_remove_val(h2_ihash_t *ih, void *val)
279{

Callers 2

c1c2_stream_joinedFunction · 0.85
m_stream_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected