MCPcopy Create free account
hub / github.com/apache/httpd / req_subprocess_env_table

Function req_subprocess_env_table

modules/lua/lua_request.c:347–351  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

345 return req_aprtable2luatable(L, r->notes);
346}
347static int req_subprocess_env_table(lua_State *L)
348{
349 request_rec *r = ap_lua_check_request_rec(L, 1);
350 return req_aprtable2luatable(L, r->subprocess_env);
351}
352/* r:parseargs() returning a lua table */
353static int req_parseargs(lua_State *L)
354{

Callers

nothing calls this directly

Calls 2

req_aprtable2luatableFunction · 0.85
ap_lua_check_request_recFunction · 0.70

Tested by

no test coverage detected