Searched refs:sticky_path (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_balancer.c280 *route = get_path_param(r->pool, *url, balancer->s->sticky_path, balancer->s->scolonsep);
284 *route, balancer->s->sticky_path);
285 *sticky_used = balancer->s->sticky_path;
1158 if (strlen(val) < (sizeof(bsel->s->sticky_path)-1)) {
1160 *bsel->s->sticky_path = *bsel->s->sticky = '\0';
1163 PROXY_STRNCPY(bsel->s->sticky_path, val);
1168 PROXY_STRNCPY(bsel->s->sticky_path, path);
1495 if (strcmp(balancer->s->sticky, balancer->s->sticky_path)) {
1497 balancer->s->sticky_path, NULL);
1629 if (strcmp(bsel->s->sticky, bsel->s->sticky_path)) {
[all...]
H A Dmod_proxy.c295 if (strlen(val) >= sizeof(balancer->s->sticky_path))
297 (int)sizeof(balancer->s->sticky_path));
298 PROXY_STRNCPY(balancer->s->sticky_path, val);
303 PROXY_STRNCPY(balancer->s->sticky_path, path);
1318 PROXY_STRNCPY(b2->s->sticky_path, b1->s->sticky_path);
2699 if (strcmp(balancer->s->sticky, balancer->s->sticky_path)) {
2701 balancer->s->sticky_path, NULL);
H A Dmod_proxy.h424 char sticky_path[PROXY_BALANCER_MAX_STICKY_SIZE]; /* URL sticky session identifier */ member in struct:__anon286

Completed in 1783 milliseconds