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

Function md_result_md_make

modules/md/md_result.c:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50md_result_t *md_result_md_make(apr_pool_t *p, const char *md_name)
51{
52 md_result_t *result = md_result_make(p, APR_SUCCESS);
53 result->md_name = md_name;
54 return result;
55}
56
57void md_result_reset(md_result_t *result)
58{

Callers 4

select_updatesFunction · 0.85
process_drive_jobFunction · 0.85
job_observation_startFunction · 0.85
md_reg_load_stagingsFunction · 0.85

Calls 1

md_result_makeFunction · 0.85

Tested by

no test coverage detected