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

/httpd/modules/proxy/
H A Dmod_proxy.c426 else if (!strcasecmp(key, "growth")) {
429 return "growth must be between 1 and 100";
430 balancer->growth = ival;
1358 b2->growth = tmp.growth;
2152 int growth = atoi(arg); local
2153 if (growth < 0 || growth > 1000) {
2156 psf->bgrowth = growth;
H A Dmod_proxy.h460 int growth; /* number of post-config workers can added */ member in struct:proxy_balancer

Completed in 26 milliseconds