Lines Matching refs:sticky_path
280 *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)) {
1631 bsel->s->sticky_path, NULL);