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

Function mod_info_show_parents

modules/generators/mod_info.c:239–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239static void mod_info_show_parents(request_rec * r, ap_directive_t * node,
240 int from, int to)
241{
242 if (from < to)
243 mod_info_show_parents(r, node->parent, from, to - 1);
244 mod_info_show_open(r, node, to);
245}
246
247static int mod_info_module_cmds(request_rec * r, const command_rec * cmds,
248 ap_directive_t * node, int from, int level)

Callers 1

mod_info_module_cmdsFunction · 0.85

Calls 1

mod_info_show_openFunction · 0.85

Tested by

no test coverage detected