Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c1311 int raxIteratorNextStep(raxIterator *it, int noup) { in raxIteratorNextStep() argument
1327 if (!noup && children) { in raxIteratorNextStep()
1354 int old_noup = noup; in raxIteratorNextStep()
1357 if (!noup && it->node == it->rt->head) { in raxIteratorNextStep()
1367 if (!noup) { in raxIteratorNextStep()
1370 noup = 0; in raxIteratorNextStep()
1431 int raxIteratorPrevStep(raxIterator *it, int noup) { in raxIteratorPrevStep() argument
1446 int old_noup = noup; in raxIteratorPrevStep()
1449 if (!noup && it->node == it->rt->head) { in raxIteratorPrevStep()
1458 if (!noup) { in raxIteratorPrevStep()
[all …]