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

Function md_result_set

modules/md/md_result.c:91–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void md_result_set(md_result_t *result, apr_status_t status, const char *detail)
92{
93 result->status = status;
94 result->problem = NULL;
95 result->detail = detail? apr_pstrdup(result->p, detail) : NULL;
96 result->subproblems = NULL;
97 on_change(result);
98}
99
100void md_result_problem_set(md_result_t *result, apr_status_t status,
101 const char *problem, const char *detail,

Callers 11

ostat_on_respFunction · 0.85
ad_setup_orderFunction · 0.85
md_acmev2_drive_renewFunction · 0.85
md_job_notifyFunction · 0.85
await_validFunction · 0.85
init_cert_watch_statusFunction · 0.85
run_load_stagingFunction · 0.85
acme_driver_preload_initFunction · 0.85
acme_driver_initFunction · 0.85
acme_preloadFunction · 0.85
md_acme_report_resultFunction · 0.85

Calls 1

on_changeFunction · 0.85

Tested by

no test coverage detected