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

Function check_dir_config

modules/lua/lua_config.c:23–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21APLOG_USE_MODULE(lua);
22
23static ap_lua_dir_cfg *check_dir_config(lua_State *L, int index)
24{
25 ap_lua_dir_cfg *cfg;
26 luaL_checkudata(L, index, "Apache2.DirConfig");
27 cfg = (ap_lua_dir_cfg *) lua_unboxpointer(L, index);
28 return cfg;
29}
30
31static cmd_parms *check_cmd_parms(lua_State *L, int index)
32{

Callers 2

cfg_lua_map_handlerFunction · 0.85
cfg_directoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected