Searched refs:runtime (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_balancer.c459 proxy_worker *runtime; local
491 runtime = find_session_route(*balancer, r, &route, &sticky, url);
492 if (runtime) {
495 (*balancer)->lbmethod->updatelbstatus(*balancer, runtime, r->server);
516 runtime->s->lbstatus -= total_factor;
518 runtime->s->elected++;
520 *worker = runtime;
557 runtime = find_best_worker(*balancer, r);
558 if (!runtime) {
571 if (*(*balancer)->s->sticky && runtime) {
[all...]
H A Dproxy_util.c1650 * config and runtime.
1712 proxy_worker **runtime; local
1714 runtime = apr_array_push(balancer->workers);
1715 *worker = *runtime = apr_palloc(p, sizeof(proxy_worker)); /* right to left baby */
3201 proxy_worker **runtime; local
3203 runtime = apr_array_push(b->workers);
3204 *runtime = apr_palloc(conf->pool, sizeof(proxy_worker));
3206 (*runtime)->hash = shm->hash;
3207 (*runtime)->context = NULL;
3208 (*runtime)
[all...]

Completed in 1628 milliseconds