nRowEst          118822 ext/sqlite3/libsqlite/sqlite3.c   tRowcnt nRowEst = 0;    /* New estimate of the number of rows */
nRowEst          118829 ext/sqlite3/libsqlite/sqlite3.c     nRowEst += nEst;
nRowEst          118834 ext/sqlite3/libsqlite/sqlite3.c     if( nRowEst > nRow0 ) nRowEst = nRow0;
nRowEst          118835 ext/sqlite3/libsqlite/sqlite3.c     *pnRow = nRowEst;
nRowEst          118836 ext/sqlite3/libsqlite/sqlite3.c     WHERETRACE(0x10,("IN row estimate: est=%d\n", nRowEst));
nRowEst          122114 ext/sqlite3/libsqlite/sqlite3.c static int wherePathSolver(WhereInfo *pWInfo, LogEst nRowEst){
nRowEst          122144 ext/sqlite3/libsqlite/sqlite3.c   WHERETRACE(0x002, ("---- begin solver.  (nRowEst=%d)\n", nRowEst));
nRowEst          122151 ext/sqlite3/libsqlite/sqlite3.c   if( pWInfo->pOrderBy==0 || nRowEst==0 ){
nRowEst          122232 ext/sqlite3/libsqlite/sqlite3.c                 pWInfo, nRowEst, nOrderBy, isOrdered
nRowEst          122405 ext/sqlite3/libsqlite/sqlite3.c    && nRowEst
nRowEst          151095 ext/sqlite3/libsqlite/sqlite3.c   i64 nRowEst;                /* Estimated number of rows in this table */
nRowEst          152700 ext/sqlite3/libsqlite/sqlite3.c   nRow = pRtree->nRowEst / (iIdx + 1);
nRowEst          153938 ext/sqlite3/libsqlite/sqlite3.c         pRtree->nRowEst = RTREE_DEFAULT_ROWEST;
nRowEst          153940 ext/sqlite3/libsqlite/sqlite3.c         pRtree->nRowEst = MAX(nRow, RTREE_MIN_ROWEST);