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

Function md_reg_cleanup_challenges

modules/md/md_reg.c:1066–1079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1064}
1065
1066apr_status_t md_reg_cleanup_challenges(md_reg_t *reg, apr_pool_t *p, apr_pool_t *ptemp,
1067 apr_array_header_t *mds)
1068{
1069 apr_status_t rv;
1070 cleanup_challenge_ctx ctx;
1071
1072 (void)p;
1073 ctx.reg = reg;
1074 ctx.p = ptemp;
1075 ctx.mds = mds;
1076 rv = md_store_iter_names(cleanup_challenge_inspector, &ctx, reg->store, ptemp,
1077 MD_SG_CHALLENGES, "*");
1078 return rv;
1079}
1080
1081
1082/**************************************************************************************************/

Callers 1

md_post_config_after_sslFunction · 0.85

Calls 1

md_store_iter_namesFunction · 0.85

Tested by

no test coverage detected