Home
last modified time | relevance | path

Searched refs:lua_pushglobaltable (Results 1 – 2 of 2) sorted by relevance

/lighttpd1.4/src/
H A Dmod_magnet.c216 static void lua_pushglobaltable(lua_State *L) { /* (-0, +1, -) */ in lua_pushglobaltable() function
2615 lua_pushglobaltable(L); /* (sp += 1) */ in magnet_mainenv_metatable()
2975 lua_pushglobaltable(L); /* (sp += 1) */ in magnet_script_setup_global_state()
/lighttpd1.4/
H A DNEWS2779 * [mod_magnet] define lua_pushglobaltable (for lua5.1) and use it (fixes #2719)