Searched refs:_keyIndex (Results 1 – 4 of 4) sorted by relevance
/haiku/src/bin/bfs_tools/lib/ |
H A D | BPlusTree.cpp | 721 status_t BPlusTree::SplitNode(bplustree_node *node,off_t nodeOffset,uint16 *_keyIndex,uint8 *key,ui… in SplitNode() argument 723 if (*_keyIndex > node->all_key_count + 1) in SplitNode() 739 uint16 keyIndex = *_keyIndex; in SplitNode()
|
H A D | BPlusTree.h | 156 …status_t SplitNode(bplustree_node *node, off_t nodeOffset, uint16 *_keyIndex, uint8 *key, uint16 *…
|
/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | BPlusTree.h | 346 off_t otherOffset, uint16* _keyIndex,
|
H A D | BPlusTree.cpp | 1418 bplustree_node* other, off_t otherOffset, uint16* _keyIndex, uint8* key, in _SplitNode() argument 1421 if (*_keyIndex > node->NumKeys() + 1) in _SplitNode() 1428 int32 keyIndex = *_keyIndex; // can become less than zero! in _SplitNode()
|