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

Function ap_show_mpm

server/mpm_common.c:548–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

546}
547
548AP_DECLARE(const char *)ap_show_mpm(void)
549{
550 const char *name = ap_run_mpm_get_name();
551
552 if (!name) {
553 name = "";
554 }
555
556 return name;
557}
558
559AP_DECLARE(const char *)ap_check_mpm(void)
560{

Callers 6

show_server_settingsFunction · 0.85
status_handlerFunction · 0.85
lua_ap_server_infoFunction · 0.85
ap_check_mpmFunction · 0.85
show_mpm_settingsFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected