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

Function h2_ihash_get

modules/http2/h2_util.c:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241}
242
243void *h2_ihash_get(h2_ihash_t *ih, int id)
244{
245 return apr_hash_get(ih->hash, &id, sizeof(id));
246}
247
248typedef struct {
249 h2_ihash_iter_t *iter;

Callers 5

h2_mplx_c2_stream_getFunction · 0.85
s_next_c2Function · 0.85
s_c2_doneFunction · 0.85
h2_mplx_c1_client_rstFunction · 0.85
mplx_pollset_pollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected