Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ h2_ihash_get
Function
h2_ihash_get
modules/http2/h2_util.c:243–246 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
241
}
242
243
void *h2_ihash_get(h2_ihash_t *ih, int id)
244
{
245
return apr_hash_get(ih->hash, &id, sizeof(id));
246
}
247
248
typedef struct {
249
h2_ihash_iter_t *iter;
Callers
5
h2_mplx_c2_stream_get
Function · 0.85
s_next_c2
Function · 0.85
s_c2_done
Function · 0.85
h2_mplx_c1_client_rst
Function · 0.85
mplx_pollset_poll
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected