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

Function h2_proxy_ihash_count

modules/http2/h2_proxy_util.c:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87size_t h2_proxy_ihash_count(h2_proxy_ihash_t *ih)
88{
89 return apr_hash_count(ih->hash);
90}
91
92int h2_proxy_ihash_empty(h2_proxy_ihash_t *ih)
93{

Callers 3

proxy_session_pre_closeFunction · 0.85
h2_proxy_session_cleanupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected