Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Drax.c1314 } else if (it->flags & RAX_ITER_JUST_SEEKED) { in raxIteratorNextStep()
1315 it->flags &= ~RAX_ITER_JUST_SEEKED; in raxIteratorNextStep()
1434 } else if (it->flags & RAX_ITER_JUST_SEEKED) { in raxIteratorPrevStep()
1435 it->flags &= ~RAX_ITER_JUST_SEEKED; in raxIteratorPrevStep()
1512 it->flags |= RAX_ITER_JUST_SEEKED; in raxSeek()
1616 it->flags &= ~RAX_ITER_JUST_SEEKED; in raxSeek()
1619 it->flags |= RAX_ITER_JUST_SEEKED; /* Ignore next call. */ in raxSeek()
1626 it->flags &= ~RAX_ITER_JUST_SEEKED; in raxSeek()
1653 it->flags |= RAX_ITER_JUST_SEEKED; /* Ignore next call. */ in raxSeek()
1662 it->flags &= ~RAX_ITER_JUST_SEEKED; in raxSeek()
[all …]
H A Drax.h169 #define RAX_ITER_JUST_SEEKED (1<<0) /* Iterator was just seeked. Return current macro