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

Function lua_open_callback

modules/lua/mod_lua.c:116–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116static void lua_open_callback(lua_State *L, apr_pool_t *p, void *ctx)
117{
118 ap_lua_init(L, p);
119 ap_lua_load_apache2_lmodule(L);
120 ap_lua_load_request_lmodule(L, p);
121 ap_lua_load_config_lmodule(L);
122}
123
124static int lua_open_hook(lua_State *L, apr_pool_t *p)
125{

Callers 1

lua_open_hookFunction · 0.85

Calls 4

ap_lua_initFunction · 0.85

Tested by

no test coverage detected