Lines Matching defs:origin
235 conn_rec *origin,
320 rv = ap_proxy_pass_brigade(bucket_alloc, r, p_conn, origin, bb, flush);
372 rv = ap_proxy_pass_brigade(bucket_alloc, r, p_conn, origin, bb, 1);
379 conn_rec *origin,
485 rv = ap_proxy_pass_brigade(bucket_alloc, r, p_conn, origin, bb, flush);
521 return(ap_proxy_pass_brigade(bucket_alloc, r, p_conn, origin, bb, 1));
750 conn_rec *origin = p_conn->connection;
808 origin->keepalive = AP_CONN_CLOSE;
1000 conn_rec *origin = p_conn->connection;
1005 rv = stream_reqbody_chunked(p, r, p_conn, origin, header_brigade,
1009 rv = stream_reqbody_cl(p, r, p_conn, origin, header_brigade,
1017 r, p_conn, origin, header_brigade, 1);
1324 conn_rec *origin = backend->connection;
1357 backend->r = make_fake_req(origin, r);
1363 origin->local_addr->port));
1463 /* 2616 requires the space in Status-Line; the origin
1490 ap_proxy_read_headers(r, backend->r, buffer, sizeof(buffer), origin,
1562 ap_proxy_pre_http_request(origin, backend->r);
1578 * origin server name (which does make too much sense with Via: headers)
1603 origin->keepalive = AP_CONN_CLOSE;
1638 * We need to set "r->expecting_100 = 1" otherwise origin
1668 "origin server sent 401 without "
1949 "Too many (%d) interim responses from origin server",