Searched refs:node_and_key (Results 1 - 5 of 5) sorted by relevance

/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h142 struct node_and_key { struct in class:BPlusTree
154 status_t SeekDown(Stack<node_and_key> &stack, uint8 *key, uint16 keyLength);
H A DBPlusTree.cpp619 status_t BPlusTree::SeekDown(Stack<node_and_key> &stack,uint8 *key,uint16 keyLength)
621 node_and_key nodeAndKey;
955 Stack<node_and_key> stack;
968 node_and_key nodeAndKey;
1045 Stack<node_and_key> stack;
1051 node_and_key nodeAndKey;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h168 struct node_and_key { struct in namespace:BFS
330 status_t _SeekDown(Stack<node_and_key>& stack,
H A DBPlusTree.cpp1109 BPlusTree::_SeekDown(Stack<node_and_key>& stack, const uint8* key,
1113 node_and_key nodeAndKey;
1691 Stack<node_and_key> stack;
1698 node_and_key nodeAndKey;
2107 Stack<node_and_key> stack;
2111 node_and_key nodeAndKey;
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DBTree.h43 struct node_and_key { struct

Completed in 66 milliseconds