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

Function md_timeperiod_length

modules/md/md_time.c:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "md_time.h"
25
26apr_time_t md_timeperiod_length(const md_timeperiod_t *period)
27{
28 return (period->start < period->end)? (period->end - period->start) : 0;
29}
30
31int md_timeperiod_contains(const md_timeperiod_t *period, apr_time_t time)
32{

Callers 3

notifyFunction · 0.85
md_timeperiod_remainingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected