Searched refs:lua_createtable (Results 1 – 11 of 11) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lua.h | 181 LUA_API void (lua_createtable) (lua_State *L, int narr, int nrec); variable 256 #define lua_newtable(L) lua_createtable(L, 0, 0)
|
| H A D | ldblib.c | 120 lua_createtable(L, 0, 2); in db_getinfo() 250 lua_createtable(L, 0, 1); in gethooktable()
|
| H A D | loslib.c | 137 lua_createtable(L, 0, 9); /* 9 = number of fields */ in os_date()
|
| H A D | loadlib.c | 575 lua_createtable(L, 0, 1); /* create new metatable */ in ll_seeall() 642 lua_createtable(L, sizeof(loaders)/sizeof(loaders[0]) - 1, 0); in luaopen_package()
|
| H A D | lua.c | 125 lua_createtable(L, narg, n + 1); in getargs()
|
| H A D | liolib.c | 531 lua_createtable(L, 0, 1); in newfenv()
|
| H A D | lbaselib.c | 638 lua_createtable(L, 0, 1); /* new table `w' */ in base_open()
|
| H A D | lauxlib.c | 368 lua_createtable(L, 0, (*e == '.' ? 1 : szhint)); /* new table for field */ in luaL_findtable()
|
| H A D | lstrlib.c | 848 lua_createtable(L, 0, 1); /* create metatable for strings */ in createmetatable()
|
| H A D | lapi.c | 578 LUA_API void lua_createtable (lua_State *L, int narray, int nrec) { in lua_createtable() function
|
| /redis-3.2.3/deps/lua/ |
| H A D | HISTORY | 15 + new functions: lua_createtable, lua_get(set)field, lua_push(to)integer.
|