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

Function module_participate

modules/generators/mod_info.c:380–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378}
379
380static void module_participate(request_rec * r,
381 module * modp,
382 const hook_lookup_t *lookup, int *comma)
383{
384 if (module_find_hook(modp, lookup->get)) {
385 if (*comma) {
386 ap_rputs(", ", r);
387 }
388 ap_rvputs(r, "<tt>", lookup->name, "</tt>", NULL);
389 *comma = 1;
390 }
391}
392
393static void module_request_hook_participate(request_rec * r, module * modp)
394{

Callers 1

Calls 3

module_find_hookFunction · 0.85
ap_rputsFunction · 0.85
ap_rvputsFunction · 0.85

Tested by

no test coverage detected