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

Function h2_proxy_ihash_create

modules/http2/h2_proxy_util.c:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79h2_proxy_ihash_t *h2_proxy_ihash_create(apr_pool_t *pool, size_t offset_of_int)
80{
81 h2_proxy_ihash_t *ih = apr_pcalloc(pool, sizeof(h2_proxy_ihash_t));
82 ih->hash = apr_hash_make_custom(pool, ihash);
83 ih->ioff = offset_of_int;
84 return ih;
85}
86
87size_t h2_proxy_ihash_count(h2_proxy_ihash_t *ih)
88{

Callers 1

h2_proxy_session_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected