Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c1366 unsigned char prevchild = it->key[it->key_len-1]; in raxIteratorNextStep() local
1384 if (it->node->data[i] > prevchild) break; in raxIteratorNextStep()
1457 unsigned char prevchild = it->key[it->key_len-1]; in raxIteratorPrevStep() local
1476 if (it->node->data[i] < prevchild) break; in raxIteratorPrevStep()