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

Function ap_mpm_query

server/mpm_common.c:421–430  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

419}
420
421AP_DECLARE(apr_status_t) ap_mpm_query(int query_code, int *result)
422{
423 apr_status_t rv;
424
425 if (ap_run_mpm_query(query_code, result, &rv) == DECLINED) {
426 rv = APR_EGENERAL;
427 }
428
429 return rv;
430}
431
432static void end_gen(mpm_gen_info_t *gi)
433{

Callers 15

socache_rd_initFunction · 0.85
socache_mc_initFunction · 0.85
privileges_initFunction · 0.85
is_mpm_runningFunction · 0.85
http_post_configFunction · 0.85
slotmem_filenamesFunction · 0.85
wd_workerFunction · 0.85
wd_pre_config_hookFunction · 0.85
unique_id_child_initFunction · 0.85
show_server_settingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected