Searched refs:lua_gettable (Results 1 – 10 of 10) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | scripting.c | 238 lua_gettable(lua,-2); in luaRaiseError() 252 lua_gettable(lua,-2); /* Stack: array, table, table.sort */ in luaSortArray() 263 lua_gettable(lua,-2); /* Stack: array, table, table.sort */ in luaSortArray() 296 lua_gettable(lua,-2); in luaReplyToRedisReply() 309 lua_gettable(lua,-2); in luaReplyToRedisReply() 324 lua_gettable(lua,-2); in luaReplyToRedisReply() 2242 lua_gettable(lua,-2); /* Stack: redis, redis.call */ in ldbRedis()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lua.h | 177 LUA_API void (lua_gettable) (lua_State *L, int idx); variable
|
| H A D | loadlib.c | 265 lua_gettable(L, LUA_REGISTRYINDEX); /* check library in registry? */ in ll_register()
|
| H A D | lua_cmsgpack.c | 391 lua_gettable(L,-2); in mp_encode_lua_table_as_array()
|
| H A D | lstrlib.c | 630 lua_gettable(L, 3); in add_value()
|
| H A D | lapi.c | 534 LUA_API void lua_gettable (lua_State *L, int idx) { in lua_gettable() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 224 LUA_API void (lua_gettable) (lua_State *L, int idx); variable
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lapi.c | 616 LUA_API void lua_gettable (lua_State *L, int idx) { in lua_gettable() function 1313 EXPORT_SYMBOL(lua_gettable);
|
| H A D | lstrlib.c | 728 lua_gettable(L, 3); in add_value()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 1317 lua_gettable(state, 1); in zcp_parse_table_args()
|