Home
last modified time | relevance | path

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

/lighttpd1.4/src/
H A Dmod_magnet.c3060 static const luaL_Reg cmethods[] = { in magnet_init_lighty_table() local
3093 lua_createtable(L, 0, sizeof(cmethods)/sizeof(luaL_Reg)-1);/*(sp += 1) */ in magnet_init_lighty_table()
3094 luaL_setfuncs(L, cmethods, 0); in magnet_init_lighty_table()