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

Function reg_do

modules/md/md_reg.c:321–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321static int reg_do(md_reg_do_cb *cb, void *baton, md_reg_t *reg, apr_pool_t *p, const char *exclude)
322{
323 reg_do_ctx ctx;
324
325 ctx.reg = reg;
326 ctx.cb = cb;
327 ctx.baton = baton;
328 ctx.exclude = exclude;
329 return md_store_md_iter(reg_md_iter, &ctx, reg->store, p, MD_SG_DOMAINS, "*");
330}
331
332
333int md_reg_do(md_reg_do_cb *cb, void *baton, md_reg_t *reg, apr_pool_t *p)

Callers 2

md_reg_doFunction · 0.85
md_reg_find_overlapFunction · 0.85

Calls 1

md_store_md_iterFunction · 0.85

Tested by

no test coverage detected