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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/Misc/
H A DBTreeWrapper.c33 static OSErr CheckBTreeKey(const BTreeKey *key, const BTreeControlBlock *btcb);
70 result = CheckBTreeKey((BTreeKey *) key, btcb);
81 result = CheckBTreeKey(&searchIterator.key, btcb);
115 result = CheckBTreeKey((const BTreeKey *) key, btcb);
136 static OSErr CheckBTreeKey(const BTreeKey *key, const BTreeControlBlock *btcb) function

Completed in 22 milliseconds