Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c476 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()
H A Dzcp_synctask.c532 lua_newtable(state); in zcp_load_synctask_lib()
H A Dzcp_iter.c726 lua_newtable(state); in zcp_load_list_lib()
/f-stack/app/redis-5.0.5/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.c555 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()
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()
/f-stack/app/redis-5.0.5/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()
698 lua_newtable(lua); in luaRedisReturnSingleFieldTable()
938 lua_newtable(lua); in scriptingInit()
1108 lua_newtable(lua); in luaSetGlobalArray()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlauxlib.c237 lua_newtable(L); /* create metatable */ in luaL_newmetatable()
728 lua_newtable(L); in luaL_getsubtable()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h325 #define lua_newtable(L) lua_createtable(L, 0, 0) macro