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

/httpd/modules/proxy/
H A Dmod_proxy_balancer.c1079 int ival = atoi(val); local
1080 if (ival >= 1 && ival <= 100) {
1081 wsel->s->lbfactor = ival;
1111 int ival = atoi(val); local
1112 if (ival >= 0 && ival <= 99) {
1113 wsel->s->lbset = ival;
1125 int ival; local
1142 ival
[all...]
H A Dmod_proxy.c64 int ival; local
80 ival = atoi(val);
81 if (ival < 0)
83 worker->s->retry = apr_time_from_sec(ival);
90 ival = atoi(val);
91 if (ival < 1)
93 worker->s->ttl = apr_time_from_sec(ival);
98 ival = atoi(val);
99 if (ival < 0)
101 worker->s->min = ival;
288 int ival; local
[all...]

Completed in 1707 milliseconds