Home
last modified time | relevance | path

Searched refs:luaH_set (Results 1 – 5 of 5) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dltable.h26 LUAI_FUNC TValue *luaH_set (lua_State *L, Table *t, const TValue *key);
H A Dltable.c320 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 Dlcode.c231 TValue *idx = luaH_set(L, fs->h, k); in addk()
H A Dlvm.c141 TValue *oldval = luaH_set(L, h, key); /* do a primitive set */ in luaV_settable()
H A Dlapi.c677 setobj2t(L, luaH_set(L, hvalue(t), L->top-2), L->top-1); in lua_rawset()