Home
last modified time | relevance | path

Searched refs:http_replace_req_line (Results 1 – 14 of 14) sorted by relevance

/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dhttp_act.c65 http_replace_req_line(rule->arg.http.action, replace->area, in http_action_set_req_line()
174 http_replace_req_line((long)rule->arg.act.p[0], output->area, len, px, s); in http_action_replace_uri()
H A Dhlua.c5661 lua_pushboolean(L, http_replace_req_line(0, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_meth()
5675 lua_pushboolean(L, http_replace_req_line(1, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_path()
5702 http_replace_req_line(2, trash.area, trash.data, htxn->p, htxn->s) != -1); in hlua_http_req_set_query()
5716 lua_pushboolean(L, http_replace_req_line(3, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_uri()
H A Dproto_http.c7362 int http_replace_req_line(int action, const char *replace, int len, in http_replace_req_line() function
/dports/net/haproxy18/haproxy-1.8.30/include/proto/
H A Dproto_http.h93 int http_replace_req_line(int action, const char *replace, int len, struct proxy *px, struct stream…
/dports/net/haproxy17/haproxy-1.7.14/include/proto/
H A Dproto_http.h110 int http_replace_req_line(int action, const char *replace, int len, struct proxy *px, struct stream…
/dports/net/haproxy20/haproxy-2.0.26/include/proto/
H A Dproto_http.h114 int http_replace_req_line(int action, const char *replace, int len, struct proxy *px, struct stream…
/dports/net/haproxy19/haproxy-1.9.16/include/proto/
H A Dproto_http.h117 int http_replace_req_line(int action, const char *replace, int len, struct proxy *px, struct stream…
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dhttp_act.c64 http_replace_req_line(rule->arg.http.action, replace->area, in http_action_set_req_line()
H A Dhlua.c5685 lua_pushboolean(L, http_replace_req_line(0, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_meth()
5699 lua_pushboolean(L, http_replace_req_line(1, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_path()
5726 http_replace_req_line(2, trash.area, trash.data, htxn->p, htxn->s) != -1); in hlua_http_req_set_query()
5740 lua_pushboolean(L, http_replace_req_line(3, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_uri()
H A Dproto_http.c7367 int http_replace_req_line(int action, const char *replace, int len, in http_replace_req_line() function
/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dhlua.c4639 lua_pushboolean(L, http_replace_req_line(0, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_meth()
4659 lua_pushboolean(L, http_replace_req_line(1, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_path()
4691 lua_pushboolean(L, http_replace_req_line(2, trash.str, trash.len, htxn->p, htxn->s) != -1); in hlua_http_req_set_query()
4711 lua_pushboolean(L, http_replace_req_line(3, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_uri()
H A Dproto_http.c12500 int http_replace_req_line(int action, const char *replace, int len, in http_replace_req_line() function
12646 http_replace_req_line(rule->arg.http.action, replace->str, replace->len, px, s); in http_action_set_req_line()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dhlua.c5065 lua_pushboolean(L, http_replace_req_line(0, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_meth()
5085 lua_pushboolean(L, http_replace_req_line(1, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_path()
5117 lua_pushboolean(L, http_replace_req_line(2, trash.str, trash.len, htxn->p, htxn->s) != -1); in hlua_http_req_set_query()
5137 lua_pushboolean(L, http_replace_req_line(3, name, name_len, htxn->p, htxn->s) != -1); in hlua_http_req_set_uri()
H A Dproto_http.c11959 int http_replace_req_line(int action, const char *replace, int len, in http_replace_req_line() function
12105 http_replace_req_line(rule->arg.http.action, replace->str, replace->len, px, s); in http_action_set_req_line()