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

/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeMiscOps.c324 Boolean foundIt; local
342 foundIt = false;
371 foundIt = SearchNode (btreePtr, middle->buffer, &iterator->key, &index);
372 if (foundIt == true)
408 foundIt = SearchNode (btreePtr, left->buffer, &iterator->key, &leftIndex);
409 if (foundIt == true)
458 foundIt = SearchNode (btreePtr, right->buffer, &iterator->key, &rightIndex);
488 case noErr: foundIt = true; break;
500 *foundRecord = foundIt;
588 Boolean foundIt; local
[all...]

Completed in 22 milliseconds