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

/macosx-10.10/hfs-285/fsck_hfs/dfalib/
H A DBTreeScanner.h73 int BTScanTerminate( BTScanState * scanState );
H A DBTreeScanner.c358 // Routine: BTScanTerminate
372 int BTScanTerminate( BTScanState * scanState ) function
383 } /* BTScanTerminate */
H A DSRebuildBTree.c433 BTScanTerminate( &theSGlobPtr->scanState );
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h115 int BTScanTerminate( BTScanState * scanState,
/macosx-10.10/xnu-2782.1.97/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c315 // To resume a scan from the point of a previous BTScanTerminate, use the
316 // values returned by BTScanTerminate as input for startingNode, startingRecord,
327 // XXX BTScanTerminate? This would avoid the caller having to peek at
375 // Routine: BTScanTerminate
389 int BTScanTerminate( BTScanState * scanState, function
408 } /* BTScanTerminate */
/macosx-10.10/xnu-2782.1.97/bsd/hfs/
H A Dhfs_search.c419 BTScanTerminate(&myBTScanState, &myCatPositionPtr->nextNode,
H A Dhfs_hotfiles.c701 (void) BTScanTerminate(&scanstate, &data, &data, &data);

Completed in 130 milliseconds