Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c1374 int todel = it->node->iscompr ? it->node->size : 1; in raxIteratorNextStep() local
1375 raxIteratorDelChars(it,todel); in raxIteratorNextStep()
1466 int todel = it->node->iscompr ? it->node->size : 1; in raxIteratorPrevStep() local
1467 raxIteratorDelChars(it,todel); in raxIteratorPrevStep()
1752 int todel = n->iscompr ? n->size : 1; in raxRandomWalk() local
1753 raxIteratorDelChars(it,todel); in raxRandomWalk()