Searched refs:BTreeKey (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c36 static OSErr CheckBTreeKey(const BTreeKey *key, const BTreeControlBlock *btcb);
63 result = CheckBTreeKey((const BTreeKey *) key, btcb);
68 BlockMoveData(key, &iterator->key, CalcKeySize(btcb, (const BTreeKey *) key)); //�� should we range check against maxkeylen?
85 static OSErr CheckBTreeKey(const BTreeKey *key, const BTreeControlBlock *btcb)
/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h231 typedef BTreeKey *BTreeKeyPtr;
275 BTreeKey key;
H A DBTreesPrivate.h235 u_int32_t CalcKeySize(const BTreeControlBlock *btcb, const BTreeKey *key);
238 u_int32_t KeyLength(const BTreeControlBlock *btcb, const BTreeKey *key);
/xnu-2782.1.97/bsd/hfs/
H A Dhfs_format.h705 union BTreeKey{ union
710 typedef union BTreeKey BTreeKey; typedef in typeref:union:BTreeKey
/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeOps.c993 pos += CalcKeySize(btreePtr, (BTreeKey *) pos); // key.length + size of length field
H A DBTreeTreeOps.c167 const BTreeKey *key,
1334 static u_int16_t GetKeyLength ( const BTreeControlBlock *btreePtr, const BTreeKey *key, Boolean forLeafNode )

Completed in 29 milliseconds