Searched refs:lua_rawget (Results 1 – 5 of 5) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ldblib.c | 211 lua_rawget(L, LUA_REGISTRYINDEX); in hookf() 213 lua_rawget(L, -2); in hookf() 247 lua_rawget(L, LUA_REGISTRYINDEX); in gethooktable() 293 lua_rawget(L, -2); /* get hook */ in db_gethook()
|
| H A D | lauxlib.c | 207 lua_rawget(L, -2); in luaL_getmetafield() 305 lua_rawget(L, t); in luaL_setn() 325 lua_rawget(L, t); in luaL_getn() 329 lua_rawget(L, -2); in luaL_getn() 365 lua_rawget(L, -2); in luaL_findtable()
|
| H A D | lbaselib.c | 173 lua_rawget(L, 1); in luaB_rawget() 435 lua_rawget(L, lua_upvalueindex(1)); in luaB_newproxy()
|
| H A D | lua.h | 179 LUA_API void (lua_rawget) (lua_State *L, int idx); variable
|
| H A D | lapi.c | 557 LUA_API void lua_rawget (lua_State *L, int idx) { in lua_rawget() function
|