Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
87
size_t h2_proxy_ihash_count(h2_proxy_ihash_t *ih)
88
{
89
return apr_hash_count(ih->hash);
90
}
91
92
int h2_proxy_ihash_empty(h2_proxy_ihash_t *ih)
93
{
Callers
3
proxy_session_pre_close
Function · 0.85
h2_proxy_session_cancel_all
Function · 0.85
h2_proxy_session_cleanup
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected