Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlua_cjson.c381 lua_newtable(l); in json_create_config()
1143 lua_newtable(l); in json_parse_object_context()
1195 lua_newtable(l); in json_parse_array_context()
1364 lua_newtable(l); in lua_cjson_new()
H A Dlua_cmsgpack.c549 lua_newtable(L); in mp_decode_to_lua_array()
560 lua_newtable(L); in mp_decode_to_lua_hash()
894 lua_newtable(L); in luaopen_create()
H A Dlauxlib.c117 lua_newtable(L); /* create metatable */ in luaL_newmetatable()
291 lua_newtable(L); /* create it */ in getsizes()
H A Dlua.h256 #define lua_newtable(L) lua_createtable(L, 0, 0) macro
H A Dlbaselib.c427 lua_newtable(L); /* create a new metatable `m' ... */ in luaB_newproxy()
H A Dloadlib.c659 lua_newtable(L); in luaopen_package()
/redis-3.2.3/src/
H A Dscripting.c166 lua_newtable(lua); in redisProtocolToLuaType_Status()
176 lua_newtable(lua); in redisProtocolToLuaType_Error()
194 lua_newtable(lua); in redisProtocolToLuaType_MultiBulk()
217 lua_newtable(lua); in luaPushError()
675 lua_newtable(lua); in luaRedisReturnSingleFieldTable()
916 lua_newtable(lua); in scriptingInit()
1081 lua_newtable(lua); in luaSetGlobalArray()