Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c1920 #define LDB_MAX_VALUES_DEPTH (LUA_MINSTACK/2) macro
1924 if (level++ == LDB_MAX_VALUES_DEPTH) in ldbCatStackValueRec()