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

/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h115 int BTScanTerminate( BTScanState * scanState,
/xnu-2422.115.4/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 */
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_search.c419 BTScanTerminate(&myBTScanState, &myCatPositionPtr->nextNode,
H A Dhfs_hotfiles.c701 (void) BTScanTerminate(&scanstate, &data, &data, &data);

Completed in 22 milliseconds