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

Function md_result_activity_setn

modules/md/md_result.c:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void md_result_activity_setn(md_result_t *result, const char *activity)
75{
76 result->activity = activity;
77 result->problem = result->detail = NULL;
78 result->subproblems = NULL;
79 on_change(result);
80}
81
82void md_result_activity_printf(md_result_t *result, const char *fmt, ...)
83{

Callers 8

ad_setup_orderFunction · 0.85
run_load_stagingFunction · 0.85
md_result_activity_setFunction · 0.85
acme_renewFunction · 0.85
acme_preloadFunction · 0.85

Calls 1

on_changeFunction · 0.85

Tested by

no test coverage detected