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

/httpd/modules/proxy/balancers/
H A Dmod_lbmethod_bybusyness.c37 int checked_standby; local
57 checking_standby = checked_standby = 0;
58 while (!mycandidate && !checked_standby) {
101 checked_standby = checking_standby++;
H A Dmod_lbmethod_byrequests.c84 int checked_standby; local
101 checking_standby = checked_standby = 0;
102 while (!mycandidate && !checked_standby) {
135 checked_standby = checking_standby++;
H A Dmod_lbmethod_bytraffic.c56 int checked_standby; local
73 checking_standby = checked_standby = 0;
74 while (!mycandidate && !checked_standby) {
109 checked_standby = checking_standby++;
/httpd/modules/proxy/examples/
H A Dmod_lbmethod_rr.c49 int checked_standby; local
71 checking_standby = checked_standby = 0;
72 while (!mycandidate && !checked_standby) {
91 checked_standby = checking_standby++;
/httpd/modules/proxy/
H A Dmod_proxy_balancer.c209 int checked_standby; local
213 checking_standby = checked_standby = 0;
214 while (!checked_standby) {
264 checked_standby = checking_standby++;

Completed in 200 milliseconds