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

Function md_timeperiod_print

modules/md/md_time.c:54–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54char *md_timeperiod_print(apr_pool_t *p, const md_timeperiod_t *period)
55{
56 char tstart[APR_RFC822_DATE_LEN];
57 char tend[APR_RFC822_DATE_LEN];
58
59 apr_rfc822_date(tstart, period->start);
60 apr_rfc822_date(tend, period->end);
61 return apr_pstrcat(p, tstart, " - ", tend, NULL);
62}
63
64static const char *duration_print(apr_pool_t *p, int roughly, apr_interval_time_t duration)
65{

Callers 4

single_resp_summaryFunction · 0.85
ostat_on_respFunction · 0.85
md_reg_renew_atFunction · 0.85
md_reg_should_warnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected