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

Function h2_proxy_ihash_iter

modules/http2/h2_proxy_util.c:114–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114int h2_proxy_ihash_iter(h2_proxy_ihash_t *ih, h2_proxy_ihash_iter_t *fn, void *ctx)
115{
116 iter_ctx ictx;
117 ictx.iter = fn;
118 ictx.ctx = ctx;
119 return apr_hash_do(ihash_iter, &ictx, ih->hash);
120}
121
122void h2_proxy_ihash_add(h2_proxy_ihash_t *ih, void *val)
123{

Callers 5

h2_proxy_session_cleanupFunction · 0.85
ping_arrivedFunction · 0.85
h2_proxy_ihash_shiftFunction · 0.85
h2_proxy_ihash_ishiftFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected