Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/httpd
/ md_data_init
Function
md_data_init
modules/md/md_util.c:95–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
93
}
94
95
void md_data_init(md_data_t *d, const char *data, apr_size_t len)
96
{
97
md_data_null(d);
98
d->len = len;
99
d->data = data;
100
}
101
102
void md_data_init_str(md_data_t *d, const char *str)
103
{
Callers
4
md_jws_sign
Function · 0.85
md_jws_hmac
Function · 0.85
curl_debug_log
Function · 0.85
md_data_init_str
Function · 0.85
Calls
1
md_data_null
Function · 0.85
Tested by
no test coverage detected