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

Function md_reg_should_renew

modules/md/md_reg.c:726–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726int md_reg_should_renew(md_reg_t *reg, const md_t *md, apr_pool_t *p)
727{
728 apr_time_t renew_at;
729
730 renew_at = md_reg_renew_at(reg, md, p);
731 return renew_at && (renew_at <= apr_time_now());
732}
733
734int md_reg_should_warn(md_reg_t *reg, const md_t *md, apr_pool_t *p)
735{

Callers 2

status_get_md_jsonFunction · 0.85
md_status_take_stockFunction · 0.85

Calls 1

md_reg_renew_atFunction · 0.85

Tested by

no test coverage detected