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

/httpd/modules/proxy/
H A Dmod_proxy_balancer.c986 proxy_balancer *balancer, *bsel = NULL; local
1049 bsel = ap_proxy_get_balancer(r->pool, conf,
1053 wsel = ap_proxy_get_worker(r->pool, bsel, conf, name);
1059 if (!bsel ||
1060 (*bsel->s->nonce &&
1063 strcmp(bsel->s->nonce, name) != 0
1082 if (bsel)
1083 recalc_factors(bsel);
1117 if (bsel && !was_usable && PROXY_WORKER_IS_USABLE(wsel)) {
1118 bsel
[all...]

Completed in 1739 milliseconds