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

Function h2_ihash_add

modules/http2/h2_util.c:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266}
267
268void h2_ihash_add(h2_ihash_t *ih, void *val)
269{
270 apr_hash_set(ih->hash, ((char *)val + ih->ioff), sizeof(int), val);
271}
272
273void h2_ihash_remove(h2_ihash_t *ih, int id)
274{

Callers 2

m_stream_cleanupFunction · 0.85
c1_process_streamFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected