Searched refs:_SearchRightMost (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DIterators.h113 status_t _SearchRightMost(InternalNode *node, const VKey *k, int32 *index);
143 status_t _SearchRightMost(LeafNode *node, const VKey *k,
H A DIterators.cpp404 error = _SearchRightMost(fCurrentNode->ToInternalNode(), k, &index);
493 // _SearchRightMost
495 TreeIterator::_SearchRightMost(InternalNode *node, const VKey *k, int32 *index) function in class:TreeIterator
650 error = _SearchRightMost(node, k, &fIndex);
739 // _SearchRightMost
741 ItemIterator::_SearchRightMost(LeafNode *node, const VKey *k, function in class:ItemIterator

Completed in 36 milliseconds