MCPcopy Create free account
hub / github.com/apache/httpd / md_result_make

Function md_result_make

modules/md/md_result.c:39–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39md_result_t *md_result_make(apr_pool_t *p, apr_status_t status)
40{
41 md_result_t *result;
42
43 result = apr_pcalloc(p, sizeof(*result));
44 result->p = p;
45 result->md_name = MD_OTHER;
46 result->status = status;
47 return result;
48}
49
50md_result_t *md_result_md_make(apr_pool_t *p, const char *md_name)
51{

Callers 6

init_cert_watch_statusFunction · 0.85
md_result_md_makeFunction · 0.85
md_result_from_jsonFunction · 0.85
md_acme_req_createFunction · 0.85
md_acme_req_sendFunction · 0.85
md_acme_createFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected