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

Function h2_proxy_ihash_empty

modules/http2/h2_proxy_util.c:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92int h2_proxy_ihash_empty(h2_proxy_ihash_t *ih)
93{
94 return apr_hash_count(ih->hash) == 0;
95}
96
97void *h2_proxy_ihash_get(h2_proxy_ihash_t *ih, int id)
98{

Callers 6

ev_initFunction · 0.85
ev_no_ioFunction · 0.85
h2_proxy_session_cleanupFunction · 0.85
ping_arrivedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected