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

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/headers/
H A DBTreesInternal.h273 u_int32_t hitCount; // Total number of leaf records hit member in struct:BTreeIterator
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTree.c882 iterator->hitCount = 1;
884 iterator->hitCount += 1;
889 if (iterator->hitCount > iterator->maxLeafRecs + kNumLeafRecSlack)

Completed in 33 milliseconds