Lines Matching defs:runtime
459 proxy_worker *runtime;
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) {
582 *worker = runtime;