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

/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeMiscOps.c77 <7> 9/17/96 dkh More BTree statistics. Change IsItAHint to not always check to
88 <17> 11/16/94 prp Add IsItAHint routine and use it whenever hint's node number was
350 err = IsItAHint (btreePtr, iterator, &validHint);
641 Routine: IsItAHint - checks the hint within a BTreeInterator.
656 OSStatus IsItAHint (BTreeControlBlockPtr btreePtr, BTreeIterator *iterator, Boolean *answer) function
H A DBTree.c119 <21> 11/16/94 prp Add IsItAHint routine and use it whenever hint's node number was
500 err = IsItAHint (btreePtr, searchIterator, &validHint);
1455 err = IsItAHint (btreePtr, iterator, &validHint);
1598 err = IsItAHint (btreePtr, iterator, &validHint);
/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h89 <18> 11/16/94 prp Add IsItAHint routine prototype.
360 OSStatus IsItAHint (BTreeControlBlockPtr btreePtr,

Completed in 75 milliseconds