Home
last modified time | relevance | path

Searched defs:lua_insert (Results 1 – 2 of 2) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlua.h124 LUA_API void (lua_insert) (lua_State *L, int idx); variable
H A Dlapi.c191 LUA_API void lua_insert (lua_State *L, int idx) { in lua_insert() function