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

/xnu-2422.115.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h72 BTScanState - This structure is used to keep track of the current state
81 struct BTScanState struct
97 typedef struct BTScanState BTScanState; typedef in typeref:struct:BTScanState
107 BTScanState * scanState );
109 int BTScanNextRecord( BTScanState * scanState,
115 int BTScanTerminate( BTScanState * scanState,
/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c35 static int FindNextLeafNode( BTScanState *scanState, Boolean avoidIO );
36 static int ReadMultipleNodes( BTScanState *scanState );
65 int BTScanNextRecord( BTScanState * scanState,
147 static int FindNextLeafNode( BTScanState *scanState, Boolean avoidIO )
235 static int ReadMultipleNodes( BTScanState *theScanStatePtr )
336 BTScanState * scanState )
389 int BTScanTerminate( BTScanState * scanState,
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_search.c195 BTScanState myBTScanState;
H A Dhfs_hotfiles.c520 BTScanState scanstate;

Completed in 32 milliseconds