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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreeScanner.h66 u_int32_t recordsFound; /* number of leaf records seen so far */ member in struct:CatPosition
94 u_int32_t recordsFound; // number of leaf records seen so far member in struct:BTScanState
105 u_int32_t recordsFound,
118 u_int32_t * recordsFound );
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeScanner.c94 ++scanState->recordsFound;
108 if ( scanState->recordsFound >= scanState->btcb->leafRecords )
305 // recordsFound Number of valid records found so far
313 // startingNode, startingRecord, and recordsFound.
317 // and recordsFound.
334 u_int32_t recordsFound,
365 scanState->recordsFound = recordsFound;
386 // recordsFound Valid records seen so far (pass to BTScanInitialize)
392 u_int32_t * recordsFound )
331 BTScanInitialize( const FCB * btreeFile, u_int32_t startingNode, u_int32_t startingRecord, u_int32_t recordsFound, u_int32_t bufferSize, BTScanState * scanState ) argument
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_search.c320 myCatPositionPtr->recordsFound,
364 --myBTScanState.recordsFound;
392 &myCatPositionPtr->recordsFound);

Completed in 28 milliseconds