Searched refs:luaH_get (Results 1 – 8 of 8) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltable.h | 25 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
|
| H A D | ltable.c | 469 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() function 495 const TValue *p = luaH_get(t, key); in luaH_set()
|
| H A D | lvm.c | 114 const TValue *res = luaH_get(h, key); /* do a primitive get */ in luaV_gettable()
|
| H A D | lapi.c | 562 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ltable.h | 29 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
|
| H A D | ltable.c | 483 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() function 514 const TValue *p = luaH_get(t, key); in luaH_set()
|
| H A D | lvm.c | 117 const TValue *res = luaH_get(h, key); /* do a primitive get */ in luaV_gettable() 143 TValue *oldval = cast(TValue *, luaH_get(h, key)); in luaV_settable()
|
| H A D | lapi.c | 641 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget() 664 setobj2s(L, L->top, luaH_get(hvalue(t), &k)); in lua_rawgetp()
|