Home
last modified time | relevance | path

Searched refs:lua_gettable (Results 1 – 10 of 10) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c238 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 Dlua.h177 LUA_API void (lua_gettable) (lua_State *L, int idx); variable
H A Dloadlib.c265 lua_gettable(L, LUA_REGISTRYINDEX); /* check library in registry? */ in ll_register()
H A Dlua_cmsgpack.c391 lua_gettable(L,-2); in mp_encode_lua_table_as_array()
H A Dlstrlib.c630 lua_gettable(L, 3); in add_value()
H A Dlapi.c534 LUA_API void lua_gettable (lua_State *L, int idx) { in lua_gettable() function
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h224 LUA_API void (lua_gettable) (lua_State *L, int idx); variable
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlapi.c616 LUA_API void lua_gettable (lua_State *L, int idx) { in lua_gettable() function
1313 EXPORT_SYMBOL(lua_gettable);
H A Dlstrlib.c728 lua_gettable(L, 3); in add_value()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c1317 lua_gettable(state, 1); in zcp_parse_table_args()