Searched refs:luaH_set (Results 1 – 10 of 10) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltable.h | 26 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
|
| H A D | ltable.c | 320 setobjt2t(L, luaH_set(L, t, key2tval(old)), gval(old)); in resize() 406 return luaH_set(L, t, key); /* re-insert key into grown table */ in newkey() 494 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { in luaH_set() function
|
| H A D | lcode.c | 231 TValue *idx = luaH_set(L, fs->h, k); in addk()
|
| H A D | lvm.c | 141 TValue *oldval = luaH_set(L, h, key); /* do a primitive set */ in luaV_settable()
|
| H A D | lapi.c | 677 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1); in lua_rawset()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltable.h | 31 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
|
| H A D | ltable.c | 329 setobjt2t(L, luaH_set(L, t, gkey(old)), gval(old)); in luaH_resize() 419 return luaH_set(L, t, key); /* insert key into grown table */ in luaH_newkey() 513 TValue *luaH_set (lua_State *L, Table *t, const TValue *key) { in luaH_set() function
|
| H A D | llex.c | 126 o = luaH_set(L, ls->fs->h, L->top - 1); in luaX_newstring()
|
| H A D | lapi.c | 773 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1); in lua_rawset() 802 setobj2t(L, luaH_set(L, hvalue(t), &k), L->top - 1); in lua_rawsetp()
|
| H A D | lcode.c | 291 TValue *idx = luaH_set(L, fs->h, key); in addk()
|