Home
last modified time | relevance | path

Searched refs:iUpper (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c170722 tRowcnt iUpper, iGap; local
170724 iUpper = pIdx->nRowEst0;
170726 iUpper = aSample[i].anLt[iCol];
170729 if( iLower>=iUpper ){
170732 iGap = iUpper - iLower;
170980 tRowcnt iUpper; /* Rows less than the upper bound */ local
170991 iUpper = p->nRowEst0;
170997 iUpper = a[0] + a[1];
171037 if( iNew<iUpper ) iUpper = iNew;
171045 if( iUpper>iLower ){
[all …]