Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dscripting.c55 sds ldbCatStackValue(sds s, lua_State *lua, int idx);
737 log = ldbCatStackValue(log,lua,-1 - argc); in luaRedisDebugCommand()
1939 sds ldbCatStackValue(sds s, lua_State *lua, int idx) { in ldbCatStackValue() function
1948 s = ldbCatStackValue(s,lua,-1); in ldbLogStackValue()