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

Function md_reg_do

modules/md/md_reg.c:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331
332
333int md_reg_do(md_reg_do_cb *cb, void *baton, md_reg_t *reg, apr_pool_t *p)
334{
335 return reg_do(cb, baton, reg, p, NULL);
336}
337
338/**************************************************************************************************/
339/* lookup */

Callers 1

md_reg_findFunction · 0.85

Calls 1

reg_doFunction · 0.85

Tested by

no test coverage detected