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

Function md_timeslice_eq

modules/md/md_time.c:308–313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308int md_timeslice_eq(const md_timeslice_t *ts1, const md_timeslice_t *ts2)
309{
310 if (ts1 == ts2) return 1;
311 if (!ts1 || !ts2) return 0;
312 return (ts1->norm == ts2->norm) && (ts1->len == ts2->len);
313}
314
315md_timeperiod_t md_timeperiod_common(const md_timeperiod_t *a, const md_timeperiod_t *b)
316{

Callers 1

md_reg_sync_finishFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected