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

/httpd/modules/proxy/
H A Dmod_proxy_balancer.c134 balancer->s->max_attempts = balancer->workers->nelts - 1;
1150 bsel->s->max_attempts = ival;
1273 balancer->s->max_attempts);
1510 ap_rprintf(r, "<td>%d</td>\n", balancer->s->max_attempts);
1625 ap_rprintf(r, "value='%d'></td></tr>\n", bsel->s->max_attempts);
H A Dmod_proxy.c351 balancer->s->max_attempts = ival;
943 int attempts = 0, max_attempts = 0; local
1099 if (balancer && balancer->s->max_attempts_set && !max_attempts)
1100 max_attempts = balancer->s->max_attempts;
1207 max_attempts > attempts++);
1331 b2->s->max_attempts = b1->s->max_attempts;
H A Dmod_proxy.h434 int max_attempts; /* Number of attempts before failing */ member in struct:__anon286

Completed in 676 milliseconds