Home
last modified time | relevance | path

Searched refs:luaH_getnum (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltable.c435 const TValue *luaH_getnum (Table *t, int key) { in luaH_getnum() function
478 return luaH_getnum(t, k); /* use specialized version */ in luaH_get()
509 const TValue *p = luaH_getnum(t, key); in luaH_setnum()
536 while (!ttisnil(luaH_getnum(t, j))) { in unbound_search()
542 while (!ttisnil(luaH_getnum(t, i))) i++; in unbound_search()
549 if (ttisnil(luaH_getnum(t, m))) j = m; in unbound_search()
H A Dltable.h21 LUAI_FUNC const TValue *luaH_getnum (Table *t, int key);
H A Dlapi.c572 setobj2s(L, L->top, luaH_getnum(hvalue(o), n)); in lua_rawgeti()