MCPcopy 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
95void 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
102void md_data_init_str(md_data_t *d, const char *str)
103{

Callers 4

md_jws_signFunction · 0.85
md_jws_hmacFunction · 0.85
curl_debug_logFunction · 0.85
md_data_init_strFunction · 0.85

Calls 1

md_data_nullFunction · 0.85

Tested by

no test coverage detected