Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
int h2_proxy_ihash_empty(h2_proxy_ihash_t *ih)
93
{
94
return apr_hash_count(ih->hash) == 0;
95
}
96
97
void *h2_proxy_ihash_get(h2_proxy_ihash_t *ih, int id)
98
{
Callers
6
ev_init
Function · 0.85
ev_no_io
Function · 0.85
h2_proxy_session_cancel_all
Function · 0.85
h2_proxy_session_cleanup
Function · 0.85
h2_proxy_session_is_reusable
Function · 0.85
ping_arrived
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected