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

/httpd/modules/proxy/
H A Dmod_proxy.c1295 proxy_balancer *b2; local
1307 b2 = (proxy_balancer *) overrides->elts;
1309 if (b1->hash.def == b2->hash.def && b1->hash.fnv == b2->hash.fnv) {
1310 tmp = *b2;
1311 *b2 = *b1;
1312 b2->s = tmp.s;
1314 /* For shared memory entries, b2->s belongs to override
1317 if (*b2->s->sticky == 0 && *b1->s->sticky) {
1318 PROXY_STRNCPY(b2
[all...]
/httpd/modules/http/
H A Dhttp_filters.c1133 apr_bucket_brigade *b2; local
1301 b2 = apr_brigade_create(r->pool, c->bucket_alloc);
1302 basic_http_header(r, b2, protocol);
1305 h.bb = b2;
1328 terminate_header(b2);
1330 ap_pass_brigade(f->next, b2);

Completed in 1357 milliseconds