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

/httpd/modules/proxy/
H A Dmod_proxy_balancer.c202 /* Find the worker that has the 'route' defined
205 const char *route, request_rec *r)
220 if (*(worker->s->route) && strcmp(worker->s->route, route) == 0) {
271 char **route,
279 /* Try to find the sticky route inside url */
280 *route = get_path_param(r->pool, *url, balancer->s->sticky_path, balancer->s->scolonsep);
281 if (*route) {
284 *route, balance
204 find_route_worker(proxy_balancer *balancer, const char *route, request_rec *r) argument
269 find_session_route(proxy_balancer *balancer, request_rec *r, char **route, const char **sticky_used, char **url) argument
460 char *route = NULL; local
[all...]
H A Dmod_proxy.h351 char route[PROXY_WORKER_MAX_ROUTE_SIZE]; /* balancing route */ member in struct:__anon284
352 char redirect[PROXY_WORKER_MAX_ROUTE_SIZE]; /* temporary balancing redirection route */
445 char sticky_separator; /* separator for sessionid/route */

Completed in 16 milliseconds