Home
last modified time | relevance | path

Searched refs:hlua_http_add_hdr (Results 1 – 12 of 12) sorted by relevance

/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dhlua.c4536 __LJMP static inline int hlua_http_add_hdr(lua_State *L, struct hlua_txn *htxn, struct http_msg *ms… in hlua_http_add_hdr() function
4579 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_add_hdr()
4592 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_add_hdr()
4606 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_set_hdr()
4620 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_set_hdr()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dhlua.c4905 __LJMP static inline int hlua_http_add_hdr(lua_State *L, struct hlua_txn *htxn, struct http_msg *ms… in hlua_http_add_hdr() function
4928 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_add_hdr()
4941 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_add_hdr()
4955 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_set_hdr()
4969 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_set_hdr()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dhlua.c5161 __LJMP static inline int hlua_http_add_hdr(lua_State *L, struct http_msg *msg) in hlua_http_add_hdr() function
5184 return hlua_http_add_hdr(L, &htxn->s->txn->req); in hlua_http_req_add_hdr()
5197 return hlua_http_add_hdr(L, &htxn->s->txn->rsp); in hlua_http_res_add_hdr()
5211 return hlua_http_add_hdr(L, &htxn->s->txn->req); in hlua_http_req_set_hdr()
5225 return hlua_http_add_hdr(L, &htxn->s->txn->rsp); in hlua_http_res_set_hdr()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dhlua.c5012 __LJMP static inline int hlua_http_add_hdr(lua_State *L, struct http_msg *msg) in hlua_http_add_hdr() function
5035 return hlua_http_add_hdr(L, &htxn->s->txn->req); in hlua_http_req_add_hdr()
5048 return hlua_http_add_hdr(L, &htxn->s->txn->rsp); in hlua_http_res_add_hdr()
5062 return hlua_http_add_hdr(L, &htxn->s->txn->req); in hlua_http_req_set_hdr()
5076 return hlua_http_add_hdr(L, &htxn->s->txn->rsp); in hlua_http_res_set_hdr()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dhlua.c5023 __LJMP static inline int hlua_http_add_hdr(lua_State *L, struct http_msg *msg) in hlua_http_add_hdr() function
5046 return hlua_http_add_hdr(L, &htxn->s->txn->req); in hlua_http_req_add_hdr()
5059 return hlua_http_add_hdr(L, &htxn->s->txn->rsp); in hlua_http_res_add_hdr()
5073 return hlua_http_add_hdr(L, &htxn->s->txn->req); in hlua_http_req_set_hdr()
5087 return hlua_http_add_hdr(L, &htxn->s->txn->rsp); in hlua_http_res_set_hdr()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dhlua.c5023 __LJMP static inline int hlua_http_add_hdr(lua_State *L, struct hlua_txn *htxn, struct http_msg *ms… in hlua_http_add_hdr() function
5046 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_add_hdr()
5059 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_add_hdr()
5073 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_set_hdr()
5087 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_set_hdr()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dhlua.c4962 __LJMP static inline int hlua_http_add_hdr(lua_State *L, struct hlua_txn *htxn, struct http_msg *ms… in hlua_http_add_hdr() function
5005 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_add_hdr()
5018 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_add_hdr()
5032 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_set_hdr()
5046 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_set_hdr()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dhlua.c5583 __LJMP static inline int hlua_http_add_hdr(lua_State *L, struct hlua_txn *htxn, struct http_msg *ms… in hlua_http_add_hdr() function
5631 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_add_hdr()
5644 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_add_hdr()
5658 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_set_hdr()
5672 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_set_hdr()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dhlua.c5559 __LJMP static inline int hlua_http_add_hdr(lua_State *L, struct hlua_txn *htxn, struct http_msg *ms… in hlua_http_add_hdr() function
5607 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_add_hdr()
5620 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_add_hdr()
5634 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->req); in hlua_http_req_set_hdr()
5648 return hlua_http_add_hdr(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_set_hdr()
/dports/net/haproxy22/haproxy-2.2.19/
H A DCHANGELOG1819 - MINOR: lua: Stop using lua txn in hlua_http_del_hdr() and hlua_http_add_hdr()
/dports/net/haproxy23/haproxy-2.3.16/
H A DCHANGELOG2386 - MINOR: lua: Stop using lua txn in hlua_http_del_hdr() and hlua_http_add_hdr()
/dports/net/haproxy/haproxy-2.4.10/
H A DCHANGELOG3802 - MINOR: lua: Stop using lua txn in hlua_http_del_hdr() and hlua_http_add_hdr()