Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlua_struct.c393 LUALIB_API int luaopen_struct (lua_State *L);
395 LUALIB_API int luaopen_struct (lua_State *L) { in luaopen_struct() function
/redis-3.2.3/src/
H A Dscripting.c816 LUALIB_API int (luaopen_struct) (lua_State *L); variable
827 luaLoadLib(lua, "struct", luaopen_struct); in luaLoadLibraries()