Lines Matching refs:tRowcnt
1438 tRowcnt *aStat /* OUT: stats written here */ in whereKeyStats()
1448 tRowcnt iLower = 0; /* anLt[] + anEq[] of largest sample pRec is > */ in whereKeyStats()
1587 tRowcnt iUpper, iGap; in whereKeyStats()
1821 tRowcnt a[2]; in whereRangeScanEst()
1844 tRowcnt iLower; /* Rows less than the lower bound */ in whereRangeScanEst()
1845 tRowcnt iUpper; /* Rows less than the upper bound */ in whereRangeScanEst()
1880 tRowcnt iNew; in whereRangeScanEst()
1897 tRowcnt iNew; in whereRangeScanEst()
1986 tRowcnt *pnRow /* Write the revised row estimate here */ in whereEqualScanEst()
1992 tRowcnt a[2]; /* Statistics */ in whereEqualScanEst()
2050 tRowcnt *pnRow /* Write the revised row estimate here */ in whereInScanEst()
2056 tRowcnt nEst; /* Number of rows for a single term */ in whereInScanEst()
2057 tRowcnt nRowEst = 0; /* New estimate of the number of rows */ in whereInScanEst()
3031 tRowcnt nOut = 0; in whereLoopAddBtreeIndex()