Searched refs:lua_newtable (Results 1 – 12 of 12) sorted by relevance
476 lua_newtable(state); in zcp_nvlist_to_lua()550 lua_newtable(state); in zcp_nvpair_value_to_lua()562 lua_newtable(state); in zcp_nvpair_value_to_lua()574 lua_newtable(state); in zcp_nvpair_value_to_lua()1088 lua_newtable(state); in zcp_eval()
532 lua_newtable(state); in zcp_load_synctask_lib()
726 lua_newtable(state); in zcp_load_list_lib()
381 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()
555 lua_newtable(L); in mp_decode_to_lua_array()567 lua_newtable(L); in mp_decode_to_lua_hash()904 lua_newtable(L); in luaopen_create()
117 lua_newtable(L); /* create metatable */ in luaL_newmetatable()291 lua_newtable(L); /* create it */ in getsizes()
256 #define lua_newtable(L) lua_createtable(L, 0, 0) macro
427 lua_newtable(L); /* create a new metatable `m' ... */ in luaB_newproxy()
659 lua_newtable(L); in luaopen_package()
166 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()698 lua_newtable(lua); in luaRedisReturnSingleFieldTable()938 lua_newtable(lua); in scriptingInit()1108 lua_newtable(lua); in luaSetGlobalArray()
237 lua_newtable(L); /* create metatable */ in luaL_newmetatable()728 lua_newtable(L); in luaL_getsubtable()
325 #define lua_newtable(L) lua_createtable(L, 0, 0) macro