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

/darwin-on-arm/xnu/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h102 int BTScanInitialize( const FCB * btreeFile,
/darwin-on-arm/xnu/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c297 // Routine: BTScanInitialize
326 // XXX�Perhaps the write count should be managed by BTScanInitialize and
331 int BTScanInitialize( const FCB * btreeFile, function
370 } /* BTScanInitialize */
378 // later via BTScanInitialize.
384 // nextNode Node number to resume a scan (pass to BTScanInitialize)
385 // nextRecord Record number to resume a scan (pass to BTScanInitialize)
386 // recordsFound Valid records seen so far (pass to BTScanInitialize)
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_search.c323 err = BTScanInitialize(catalogFCB, 0, 0, 0, kCatSearchBufferSize, &myBTScanState);
329 err = BTScanInitialize(catalogFCB, myCatPositionPtr->nextNode,
H A Dhfs_hotfiles.c604 error = BTScanInitialize(VTOF(HFSTOVCB(hfsmp)->catalogRefNum), 0, 0, 0,

Completed in 30 milliseconds