MCPcopy 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
102void md_data_init_str(md_data_t *d, const char *str)
103{
104 md_data_init(d, str, strlen(str));
105}
106
107void md_data_null(md_data_t *d)
108{

Callers 3

md_jws_pkey_thumbFunction · 0.85
cha_tls_alpn_01_setupFunction · 0.85
cha_dns_01_setupFunction · 0.85

Calls 1

md_data_initFunction · 0.85

Tested by

no test coverage detected