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

/httpd/modules/proxy/
H A Dmod_proxy.c1294 proxy_balancer *b1; local
1305 b1 = (proxy_balancer *) base->elts;
1309 if (b1->hash.def == b2->hash.def && b1->hash.fnv == b2->hash.fnv) {
1311 *b2 = *b1;
1317 if (*b2->s->sticky == 0 && *b1->s->sticky) {
1318 PROXY_STRNCPY(b2->s->sticky_path, b1->s->sticky_path);
1319 PROXY_STRNCPY(b2->s->sticky, b1->s->sticky);
1322 && b1->s->sticky_separator_set) {
1323 b2->s->sticky_separator_set = b1
[all...]

Completed in 1576 milliseconds