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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTree.c472 Boolean foundRecord; local
496 foundRecord = false;
513 foundRecord = SearchNode (btreePtr, node.buffer, &searchIterator->key, &index);
515 //�� if !foundRecord, we could still skip tree search if ( 0 < index < numRecords )
518 if (foundRecord == false)
529 if( foundRecord == false )
536 if (foundRecord == false)
542 foundRecord = true;
554 if (foundRecord == true)
578 if (foundRecord) {
661 Boolean foundRecord; local
978 Boolean foundRecord; local
[all...]
H A DBTreeMiscOps.c307 foundRecord - description
321 Boolean *foundRecord )
333 // assume foundRecord points to Boolean
500 *foundRecord = foundIt;
515 *foundRecord = false;
/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreesPrivate.h346 Boolean *foundRecord );

Completed in 21 milliseconds