Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
273
void h2_ihash_remove(h2_ihash_t *ih, int id)
274
{
275
apr_hash_set(ih->hash, &id, sizeof(id), NULL);
276
}
277
278
void h2_ihash_remove_val(h2_ihash_t *ih, void *val)
279
{
Callers
2
c1c2_stream_joined
Function · 0.85
m_stream_cleanup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected