Home
last modified time | relevance | path

Searched refs:luaH_getstr (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltm.c51 const TValue *tm = luaH_getstr(events, ename); in luaT_gettm()
73 return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject); in luaT_gettmbyobj()
H A Dltable.h23 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
H A Dltable.c455 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
472 case LUA_TSTRING: return luaH_getstr(t, rawtsvalue(key)); in luaH_get()
521 const TValue *p = luaH_getstr(t, key); in luaH_setstr()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltm.c52 const TValue *tm = luaH_getstr(events, ename); in luaT_gettm()
74 return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject); in luaT_gettmbyobj()
H A Dltable.h28 LUAI_FUNC const TValue *luaH_getstr (Table *t, TString *key);
H A Dltable.c468 const TValue *luaH_getstr (Table *t, TString *key) { in luaH_getstr() function
485 case LUA_TSHRSTR: return luaH_getstr(t, rawtsvalue(key)); in luaH_get()