Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlinit.c20 {LUA_TABLIBNAME, luaopen_table},
H A Dlualib.h22 LUALIB_API int (luaopen_table) (lua_State *L); variable
H A Dltablib.c283 LUALIB_API int luaopen_table (lua_State *L) { in luaopen_table() function
/redis-3.2.3/src/
H A Dscripting.c822 luaLoadLib(lua, LUA_TABLIBNAME, luaopen_table); in luaLoadLibraries()