Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dscripting.c1946 int expected_index = 1; /* First index we expect in an array. */ in ldbCatStackValueRec() local
1958 lua_tonumber(lua,-2) != expected_index)) is_array = 0; in ldbCatStackValueRec()
1970 expected_index++; in ldbCatStackValueRec()