Searched refs:noup (Results 1 – 1 of 1) sorted by relevance
1311 int raxIteratorNextStep(raxIterator *it, int noup) { in raxIteratorNextStep() argument1327 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() argument1446 int old_noup = noup; in raxIteratorPrevStep()1449 if (!noup && it->node == it->rt->head) { in raxIteratorPrevStep()1458 if (!noup) { in raxIteratorPrevStep()[all …]