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

Function dtraceenable

modules/arch/unix/mod_privileges.c:479–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 return NULL;
478}
479static const char *dtraceenable(cmd_parms *cmd, void *dir, int arg)
480{
481 const char *err = ap_check_cmd_context(cmd, GLOBAL_ONLY);
482 if (err != NULL) {
483 return err;
484 }
485 dtrace_enabled = arg;
486 return NULL;
487}
488
489static const char *privs_mode(cmd_parms *cmd, void *dir, const char *arg)
490{

Callers

nothing calls this directly

Calls 1

ap_check_cmd_contextFunction · 0.85

Tested by

no test coverage detected