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

Function ap_state_query

server/core.c:5386–5398  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5384}
5385
5386AP_DECLARE(int) ap_state_query(int query)
5387{
5388 switch (query) {
5389 case AP_SQ_MAIN_STATE:
5390 return ap_main_state;
5391 case AP_SQ_RUN_MODE:
5392 return ap_run_mode;
5393 case AP_SQ_CONFIG_GEN:
5394 return ap_config_generation;
5395 default:
5396 return AP_SQ_NOT_SUPPORTED;
5397 }
5398}
5399
5400static apr_random_t *rng = NULL;
5401#if APR_HAS_THREADS

Callers 15

systemd_post_configFunction · 0.85
initialize_moduleFunction · 0.85
md_config_set_eabFunction · 0.85
wd_post_config_hookFunction · 0.85
proxy_http_post_configFunction · 0.85
balancer_post_configFunction · 0.85
hc_post_configFunction · 0.85
lb_hb_initFunction · 0.85
post_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected