Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ md_data_init_str
Function
md_data_init_str
modules/md/md_util.c:102–105 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
100
}
101
102
void md_data_init_str(md_data_t *d, const char *str)
103
{
104
md_data_init(d, str, strlen(str));
105
}
106
107
void md_data_null(md_data_t *d)
108
{
Callers
3
md_jws_pkey_thumb
Function · 0.85
cha_tls_alpn_01_setup
Function · 0.85
cha_dns_01_setup
Function · 0.85
Calls
1
md_data_init
Function · 0.85
Tested by
no test coverage detected