Searched refs:candidate (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_balancer.c328 proxy_worker *candidate = NULL; local
338 candidate = (*balancer->lbmethod->finder)(balancer, r);
340 if (candidate)
341 candidate->s->elected++;
349 if (candidate == NULL) {
373 if ((candidate = find_best_worker(balancer, r)))
382 return candidate;

Completed in 812 milliseconds