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

Function h2_proxy_ihash_get

modules/http2/h2_proxy_util.c:97–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97void *h2_proxy_ihash_get(h2_proxy_ihash_t *ih, int id)
98{
99 return apr_hash_get(ih->hash, &id, sizeof(id));
100}
101
102typedef struct {
103 h2_proxy_ihash_iter_t *iter;

Callers 1

on_stream_closeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected