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

/xnu-2422.115.4/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c35 static int FindNextLeafNode( BTScanState *scanState, Boolean avoidIO );
82 err = FindNextLeafNode( scanState, avoidIO );
115 err = FindNextLeafNode( scanState, avoidIO );
119 // If we got an EOF error from FindNextLeafNode, then there are no more leaf
132 // Routine: FindNextLeafNode
147 static int FindNextLeafNode( BTScanState *scanState, Boolean avoidIO ) function
208 printf("hfs: FindNextLeafNode: Error from hfs_swap_BTNode (node %u)\n", scanState->nodeNum);
218 } /* FindNextLeafNode */

Completed in 12 milliseconds