Searched refs:KeyLengths (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.h60 inline uint16 *KeyLengths() const;
264 inline uint16 *bplustree_node::KeyLengths() const function in class:bplustree_node
271 return (off_t *)((char *)KeyLengths() + all_key_count * sizeof(uint16));
H A DBPlusTree.cpp658 uint16 *keyLengths = node->KeyLengths();
665 uint16 *newKeyLengths = node->KeyLengths();
735 uint16 *inKeyLengths = node->KeyLengths();
788 uint16 *outKeyLengths = other->KeyLengths();
882 outKeyLengths = node->KeyLengths();
1154 uint16 *keyLengths = KeyLengths();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.h112 inline Unaligned<uint16>* KeyLengths() const;
575 bplustree_node::KeyLengths() const function in class:BFS::bplustree_node
586 (char*)KeyLengths() + NumKeys() * sizeof(uint16));
H A DBPlusTree.cpp1373 Unaligned<uint16>* keyLengths = node->KeyLengths();
1381 Unaligned<uint16>* newKeyLengths = node->KeyLengths();
1424 Unaligned<uint16>* inKeyLengths = node->KeyLengths();
1487 Unaligned<uint16>* outKeyLengths = other->KeyLengths();
1613 outKeyLengths = node->KeyLengths();
2061 Unaligned<uint16>* keyLengths = node->KeyLengths();
2069 Unaligned<uint16>* newKeyLengths = node->KeyLengths();
2937 Unaligned<uint16>* keyLengths = KeyLengths();

Completed in 49 milliseconds