Home
last modified time | relevance | path

Searched refs:rdr_len (Results 1 – 25 of 73) sorted by relevance

123

/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dserver.h183 int rdr_len; /* the length of the redirection prefix */ member
H A Dproxy.h485 int rdr_len; member
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dserver.h198 int rdr_len; /* the length of the redirection prefix */ member
H A Dproxy.h497 int rdr_len; member
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dserver.h206 int rdr_len; /* the length of the redirection prefix */ member
H A Dproxy.h541 int rdr_len; member
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dserver.h206 int rdr_len; /* the length of the redirection prefix */ member
H A Dproxy.h544 int rdr_len; member
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dserver.h204 int rdr_len; /* the length of the redirection prefix */ member
H A Dproxy.h518 int rdr_len; member
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dserver-t.h208 int rdr_len; /* the length of the redirection prefix */ member
H A Dproxy-t.h495 int rdr_len; member
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dserver.h206 int rdr_len; /* the length of the redirection prefix */ member
H A Dproxy.h541 int rdr_len; member
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dserver-t.h209 int rdr_len; /* the length of the redirection prefix */ member
H A Dproxy-t.h502 int rdr_len; member
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dserver-t.h234 int rdr_len; /* the length of the redirection prefix */ member
H A Dproxy-t.h510 int rdr_len; member
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dproto_http.c188 if (trash.data + srv->rdr_len > trash.size) in http_perform_server_redirect()
192 if (srv->rdr_len != 1 || *srv->rdr_pfx != '/') { in http_perform_server_redirect()
194 trash.data += srv->rdr_len; in http_perform_server_redirect()
2327 rule->rdr_len); in http_apply_redirect_rule()
2328 chunk->data += rule->rdr_len; in http_apply_redirect_rule()
2395 if (rule->rdr_len != 1 || *rule->rdr_str != '/') { in http_apply_redirect_rule()
2397 rule->rdr_str, rule->rdr_len); in http_apply_redirect_rule()
2398 chunk->data += rule->rdr_len; in http_apply_redirect_rule()
2431 if (chunk->data + rule->rdr_len > chunk->size - 4) in http_apply_redirect_rule()
2436 rule->rdr_len); in http_apply_redirect_rule()
[all …]
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dproto_http.c174 if (trash.data + srv->rdr_len > trash.size) in http_perform_server_redirect()
178 if (srv->rdr_len != 1 || *srv->rdr_pfx != '/') { in http_perform_server_redirect()
180 trash.data += srv->rdr_len; in http_perform_server_redirect()
2293 rule->rdr_len); in http_apply_redirect_rule()
2294 chunk->data += rule->rdr_len; in http_apply_redirect_rule()
2361 if (rule->rdr_len != 1 || *rule->rdr_str != '/') { in http_apply_redirect_rule()
2363 rule->rdr_str, rule->rdr_len); in http_apply_redirect_rule()
2364 chunk->data += rule->rdr_len; in http_apply_redirect_rule()
2397 if (chunk->data + rule->rdr_len > chunk->size - 4) in http_apply_redirect_rule()
2402 rule->rdr_len); in http_apply_redirect_rule()
[all …]
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dhttp_rules.c385 rule->rdr_len = strlen(destination); in http_parse_redirect_rule()
H A Dhttp_ana.c2531 if (!chunk_memcat(chunk, rule->rdr_str, rule->rdr_len)) in http_apply_redirect_rule()
2582 if (rule->rdr_len != 1 || *rule->rdr_str != '/') { in http_apply_redirect_rule()
2583 if (!chunk_memcat(chunk, rule->rdr_str, rule->rdr_len)) in http_apply_redirect_rule()
2611 if (!chunk_memcat(chunk, rule->rdr_str, rule->rdr_len)) in http_apply_redirect_rule()
4195 if (srv->rdr_len != 1 || *srv->rdr_pfx != '/') { in http_perform_server_redirect()
4196 if (!chunk_memcat(&trash, srv->rdr_pfx, srv->rdr_len)) in http_perform_server_redirect()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dhttp_rules.c385 rule->rdr_len = strlen(destination); in http_parse_redirect_rule()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dhttp_rules.c421 rule->rdr_len = strlen(destination); in http_parse_redirect_rule()
H A Dhttp_ana.c2415 if (!chunk_memcat(chunk, rule->rdr_str, rule->rdr_len)) in http_apply_redirect_rule()
2466 if (rule->rdr_len != 1 || *rule->rdr_str != '/') { in http_apply_redirect_rule()
2467 if (!chunk_memcat(chunk, rule->rdr_str, rule->rdr_len)) in http_apply_redirect_rule()
2495 if (!chunk_memcat(chunk, rule->rdr_str, rule->rdr_len)) in http_apply_redirect_rule()
4196 if (srv->rdr_len != 1 || *srv->rdr_pfx != '/') { in http_perform_server_redirect()
4197 if (!chunk_memcat(&trash, srv->rdr_pfx, srv->rdr_len)) in http_perform_server_redirect()

123