Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c1354 int old_noup = noup; in raxIteratorNextStep() local
1379 if (!it->node->iscompr && it->node->size > (old_noup ? 0 : 1)) { in raxIteratorNextStep()
1446 int old_noup = noup; in raxIteratorPrevStep() local
1471 if (!it->node->iscompr && it->node->size > (old_noup ? 0 : 1)) { in raxIteratorPrevStep()