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

/httpd/modules/proxy/
H A Dmod_proxy_balancer.c338 candidate = (*balancer->lbmethod->finder)(balancer, r);
493 if ((*balancer)->lbmethod && (*balancer)->lbmethod->updatelbstatus) {
495 (*balancer)->lbmethod->updatelbstatus(*balancer, runtime, r->server);
1131 proxy_balancer_method *lbmethod; local
1132 lbmethod = ap_lookup_provider(PROXY_LBMETHOD, val, "0");
1133 if (lbmethod) {
1135 bsel->lbmethod = lbmethod;
1275 ap_rvputs(r, " <httpd:lbmethod>", balance
[all...]
H A Dproxy_util.c1146 proxy_balancer_method *lbmethod; local
1168 lbmethod = ap_lookup_provider(PROXY_LBMETHOD, "byrequests", "0");
1173 (*balancer)->lbmethod = lbmethod;
1219 proxy_balancer_method *lbmethod; local
1238 lbmethod = ap_lookup_provider(PROXY_LBMETHOD, balancer->s->lbpname, "0");
1239 if (lbmethod) {
1240 balancer->lbmethod = lbmethod;
1298 if (balancer->lbmethod
3152 proxy_balancer_method *lbmethod; local
[all...]
H A Dmod_proxy.h426 char lbpname[PROXY_MAX_PROVIDER_NAME_SIZE]; /* lbmethod provider name */
464 proxy_balancer_method *lbmethod; member in struct:proxy_balancer
H A Dmod_proxy.c354 else if (!strcasecmp(key, "lbmethod")) {
357 return "unknown lbmethod";
360 balancer->lbmethod = provider;
366 return "lbmethod name too large";
369 return "unknown lbmethod";
1354 b2->lbmethod = tmp.lbmethod;
2713 balancer->lbmethod->name);

Completed in 2672 milliseconds