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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DBTreeMiscOps.c227 Boolean foundIt; local
242 foundIt = false;
282 foundIt = SearchNode (btreePtr, middle->buffer, &iterator->key, &index);
283 if (foundIt == true)
306 foundIt = SearchNode (btreePtr, left->buffer, &iterator->key, &leftIndex);
307 if (foundIt == true)
356 foundIt = SearchNode (btreePtr, right->buffer, &iterator->key, &rightIndex);
386 case noErr: foundIt = true; break;
398 *foundRecord = foundIt;
497 Boolean foundIt; local
[all...]
/macosx-10.10/xnu-2782.1.97/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...]
/macosx-10.10/security_ocspd-55124/server/
H A DocspdDb.cpp449 bool foundIt = false; local
468 foundIt = validateRecord(certID, resultData, *attrData.Value, recordPtr);
473 if(!foundIt) {
488 foundIt = validateRecord(certID, resultData, *attrData.Value, recordPtr);
490 foundIt ? "HIT (2)" : "invalid record (2)");
493 if(!foundIt && (resultData.Data != NULL)) {
499 } while(!foundIt && (crtn == CSSM_OK));
505 if(foundIt) {
510 return foundIt;
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_x509_tp/lib/
H A DTPDatabase.cpp109 bool foundIt; local
265 foundIt = false;
268 foundIt = true;
272 foundIt = true;
277 if(foundIt) {
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_node.c2561 int32_t foundIt = 0; local
2597 foundIt = 1;
2607 if (foundIt == 0) {
2725 int32_t foundIt = FALSE; local
2731 return (foundIt);
2743 foundIt = TRUE;
2749 return (foundIt);
2766 int32_t foundIt = FALSE; local
2771 return (foundIt);
2784 foundIt
2812 int32_t foundIt = 0; local
3009 int32_t foundIt = 0; local
[all...]
/macosx-10.10/bless-103/libbless/Misc/
H A DBLElToritoFindUEFI.c165 bool foundIt = false; local
580 foundIt = true;
649 if (false == foundIt)
672 contextprintf (inContext, kBLLogLevelVerbose, "Closed DVD; FoundTheMSDOSRegion=%d\n", foundIt);
673 *outFoundIt = foundIt;
/macosx-10.10/Security-57031.1.35/Security/include/security_keychain/
H A DTrustAdditions.cpp255 bool foundIt = FALSE; local
301 foundIt = TRUE;
305 if (foundIt)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DTrustAdditions.cpp255 bool foundIt = FALSE; local
301 foundIt = TRUE;
305 if (foundIt)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DTrustAdditions.cpp255 bool foundIt = FALSE; local
301 foundIt = TRUE;
305 if (foundIt)
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDSet.cpp1517 bool foundIt = false; local
1519 foundIt = members->getObject(cnt2)->isEqualTo(uuid);
1520 if (foundIt) break;
1522 if (foundIt) continue;

Completed in 259 milliseconds