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

/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h109 int BTScanNextRecord( BTScanState * scanState,
/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c41 // Routine: BTScanNextRecord
65 int BTScanNextRecord( BTScanState * scanState, function
127 } /* BTScanNextRecord */
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_search.c366 err = BTScanNextRecord(&myBTScanState, timerExpired,
H A Dhfs_hotfiles.c628 error = BTScanNextRecord(&scanstate, 0, (void **)&keyp, (void **)&datap, &dataSize);

Completed in 29 milliseconds