Searched defs:aszPred (Results 1 - 3 of 3) sorted by relevance
/httpd/modules/proxy/balancers/ |
H A D | mod_lbmethod_heartbeat.c | 403 static const char * const aszPred[]={ "mod_heartmonitor.c", NULL }; local 405 ap_hook_post_config(lb_hb_init, aszPred, NULL, APR_HOOK_MIDDLE);
|
/httpd/modules/proxy/ |
H A D | mod_proxy_balancer.c | 1700 static const char *const aszPred[] = { "mpm_winnt.c", "mod_slotmem_shm.c", NULL}; local 1706 ap_hook_child_init(balancer_child_init, aszPred, NULL, APR_HOOK_MIDDLE);
|
H A D | mod_proxy.c | 2890 static const char *const aszPred[] = { "mpm_winnt.c", "mod_proxy_balancer.c", NULL}; local 2907 ap_hook_child_init(child_init, aszPred, NULL, APR_HOOK_MIDDLE);
|
Completed in 2568 milliseconds