Home
last modified time | relevance | path

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

/dports/net/haproxy17/haproxy-1.7.14/src/
H A Dhlua.c236 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg);
3631 if (!hlua_http_get_headers(L, &htxn, &htxn.s->txn->req)) in hlua_applet_http_new()
3663 MAY_LJMP(hlua_http_get_headers(L, &appctx->htxn, &appctx->htxn.s->txn->req)); in hlua_applet_http_new()
4281 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg) in hlua_http_get_headers() function
4394 return hlua_http_get_headers(L, htxn, &htxn->s->txn->req); in hlua_http_req_get_headers()
4407 return hlua_http_get_headers(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_get_headers()
/dports/net/haproxy18/haproxy-1.8.30/src/
H A Dhlua.c259 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg);
3979 if (!hlua_http_get_headers(L, &htxn, &htxn.s->txn->req)) in hlua_applet_http_new()
4011 MAY_LJMP(hlua_http_get_headers(L, &appctx->htxn, &appctx->htxn.s->txn->req)); in hlua_applet_http_new()
4707 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg) in hlua_http_get_headers() function
4820 return hlua_http_get_headers(L, htxn, &htxn->s->txn->req); in hlua_http_req_get_headers()
4833 return hlua_http_get_headers(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_get_headers()
/dports/net/haproxy19/haproxy-1.9.16/src/
H A Dhlua.c263 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg);
3974 if (!hlua_http_get_headers(L, &htxn, &htxn.s->txn->req)) in hlua_applet_http_new()
4042 if (!hlua_http_get_headers(L, &htxn, &htxn.s->txn->req)) in hlua_applet_http_new()
5267 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg) in hlua_http_get_headers() function
5430 return hlua_http_get_headers(L, htxn, &htxn->s->txn->req); in hlua_http_req_get_headers()
5443 return hlua_http_get_headers(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_get_headers()
/dports/net/haproxy20/haproxy-2.0.26/src/
H A Dhlua.c265 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg);
4027 if (!hlua_http_get_headers(L, &htxn, &htxn.s->txn->req)) in hlua_applet_http_new()
4095 if (!hlua_http_get_headers(L, &htxn, &htxn.s->txn->req)) in hlua_applet_http_new()
5243 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg) in hlua_http_get_headers() function
5406 return hlua_http_get_headers(L, htxn, &htxn->s->txn->req); in hlua_http_req_get_headers()
5419 return hlua_http_get_headers(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_get_headers()
/dports/net/nuster/nuster-5.0.4.21/src/
H A Dhlua.c253 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg);
3925 if (!hlua_http_get_headers(L, &htxn, &htxn.s->txn->req)) in hlua_applet_http_new()
4696 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg) in hlua_http_get_headers() function
4769 return hlua_http_get_headers(L, htxn, &htxn->s->txn->req); in hlua_http_req_get_headers()
4782 return hlua_http_get_headers(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_get_headers()
/dports/net/haproxy/haproxy-2.4.10/src/
H A Dhlua.c303 __LJMP static int hlua_http_get_headers(lua_State *L, struct http_msg *msg);
4175 if (!hlua_http_get_headers(L, &htxn.s->txn->req)) in hlua_applet_http_new()
4955 __LJMP static int hlua_http_get_headers(lua_State *L, struct http_msg *msg) in hlua_http_get_headers() function
5026 return hlua_http_get_headers(L, &htxn->s->txn->req); in hlua_http_req_get_headers()
5039 return hlua_http_get_headers(L, &htxn->s->txn->rsp); in hlua_http_res_get_headers()
/dports/net/haproxy22/haproxy-2.2.19/src/
H A Dhlua.c252 __LJMP static int hlua_http_get_headers(lua_State *L, struct http_msg *msg);
4028 if (!hlua_http_get_headers(L, &htxn.s->txn->req)) in hlua_applet_http_new()
4806 __LJMP static int hlua_http_get_headers(lua_State *L, struct http_msg *msg) in hlua_http_get_headers() function
4877 return hlua_http_get_headers(L, &htxn->s->txn->req); in hlua_http_req_get_headers()
4890 return hlua_http_get_headers(L, &htxn->s->txn->rsp); in hlua_http_res_get_headers()
/dports/net/haproxy23/haproxy-2.3.16/src/
H A Dhlua.c253 __LJMP static int hlua_http_get_headers(lua_State *L, struct http_msg *msg);
4039 if (!hlua_http_get_headers(L, &htxn.s->txn->req)) in hlua_applet_http_new()
4817 __LJMP static int hlua_http_get_headers(lua_State *L, struct http_msg *msg) in hlua_http_get_headers() function
4888 return hlua_http_get_headers(L, &htxn->s->txn->req); in hlua_http_req_get_headers()
4901 return hlua_http_get_headers(L, &htxn->s->txn->rsp); in hlua_http_res_get_headers()
/dports/net/haproxy21/haproxy-2.1.12/src/
H A Dhlua.c255 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg);
4042 if (!hlua_http_get_headers(L, &htxn, &htxn.s->txn->req)) in hlua_applet_http_new()
4814 __LJMP static int hlua_http_get_headers(lua_State *L, struct hlua_txn *htxn, struct http_msg *msg) in hlua_http_get_headers() function
4887 return hlua_http_get_headers(L, htxn, &htxn->s->txn->req); in hlua_http_req_get_headers()
4900 return hlua_http_get_headers(L, htxn, &htxn->s->txn->rsp); in hlua_http_res_get_headers()
/dports/net/haproxy22/haproxy-2.2.19/
H A DCHANGELOG1817 - MINOR: lua: Stop using the lua txn in hlua_http_get_headers()
/dports/net/haproxy23/haproxy-2.3.16/
H A DCHANGELOG2384 - MINOR: lua: Stop using the lua txn in hlua_http_get_headers()
/dports/net/haproxy/haproxy-2.4.10/
H A DCHANGELOG3800 - MINOR: lua: Stop using the lua txn in hlua_http_get_headers()