Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ h2_push_diary_create
Function
h2_push_diary_create
modules/http2/h2_push.c:585–588 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
583
}
584
585
h2_push_diary *h2_push_diary_create(apr_pool_t *p, int N)
586
{
587
return diary_create(p, H2_PUSH_DIGEST_SHA256, N);
588
}
589
590
static int h2_push_diary_find(h2_push_diary *diary, apr_uint64_t hash)
591
{
Callers
1
h2_session_create
Function · 0.85
Calls
1
diary_create
Function · 0.85
Tested by
no test coverage detected