Searched defs:aszPred (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_heartbeat.c403 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 Dmod_proxy_balancer.c1700 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 Dmod_proxy.c2890 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 1921 milliseconds