Home
last modified time | relevance | path

Searched refs:rewr_loc (Results 1 – 4 of 4) sorted by relevance

/dports/www/pound/Pound-2.8/
H A Dpound.h409 int rewr_loc; /* rewrite location response */ member
H A Dconfig.c762 res->rewr_loc = 1; in parse_HTTP()
856 res->rewr_loc = atoi(lin + matches[1].rm_so); in parse_HTTP()
965 res->rewr_loc = 1; in parse_HTTPS()
1043 res->rewr_loc = atoi(lin + matches[1].rm_so); in parse_HTTPS()
H A Dsvc.c805 need_rewrite(const int rewr_loc, char *const location, char *const path, const char *v_host, const … argument
814 if(rewr_loc == 0)
887 if(rewr_loc != 1 || addr.ai_family != lstn->addr.ai_family) {
H A Dhttp.c1458 … if(v_host[0] && need_rewrite(lstn->rewr_loc, buf, loc_path, v_host, lstn, cur_backend)) { in do_http()
1472 … if(v_host[0] && need_rewrite(lstn->rewr_loc, buf, loc_path, v_host, lstn, cur_backend)) { in do_http()