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

Function md_result_activity_printf

modules/md/md_result.c:82–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80}
81
82void md_result_activity_printf(md_result_t *result, const char *fmt, ...)
83{
84 va_list ap;
85
86 va_start(ap, fmt);
87 md_result_activity_setn(result, apr_pvsprintf(result->p, fmt, ap));
88 va_end(ap);
89}
90
91void md_result_set(md_result_t *result, apr_status_t status, const char *detail)
92{

Callers 9

ostat_on_respFunction · 0.85
next_todoFunction · 0.85
ad_setup_orderFunction · 0.85
md_acme_authz_respondFunction · 0.85
md_acme_drive_set_acctFunction · 0.85
acme_renewFunction · 0.85

Calls 1

md_result_activity_setnFunction · 0.85

Tested by

no test coverage detected