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

Function md_reg_job_make

modules/md/md_reg.c:1404–1407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1402}
1403
1404md_job_t *md_reg_job_make(md_reg_t *reg, const char *mdomain, apr_pool_t *p)
1405{
1406 return md_job_make(p, reg->store, MD_SG_STAGING, mdomain, reg->min_delay);
1407}
1408
1409static int get_cert_count(const md_t *md)
1410{

Callers 3

md_renew_start_watchingFunction · 0.85
md_status_take_stockFunction · 0.85
run_load_stagingFunction · 0.85

Calls 1

md_job_makeFunction · 0.85

Tested by

no test coverage detected