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

/httpd/modules/proxy/
H A Dproxy_util.c1756 wshared->smax = -1;
1867 if (worker->s->smax == -1 || worker->s->smax > worker->s->hmax) {
1868 worker->s->smax = worker->s->hmax;
1870 /* Set min to be lower then smax */
1871 if (worker->s->min > worker->s->smax) {
1872 worker->s->min = worker->s->smax;
1877 worker->s->min = worker->s->smax = worker->s->hmax = 0;
1913 worker->s->min, worker->s->smax,
1923 "initialized pool in child %" APR_PID_T_FMT " for (%s) min=%d max=%d smax
[all...]
H A Dmod_proxy.h360 int smax; /* Soft maximum on the total number of connections */ member in struct:__anon284
H A Dmod_proxy_balancer.c1302 ap_rprintf(r, " <httpd:smax>%d</httpd:smax>\n",
1303 worker->s->smax);
H A Dmod_proxy.c88 * that exceed the smax
112 else if (!strcasecmp(key, "smax")) {
119 worker->s->smax = ival;

Completed in 3872 milliseconds