nRowOut          116128 ext/sqlite3/libsqlite/sqlite3.c   LogEst nRowOut;           /* Estimated number of output rows */
nRowOut          116200 ext/sqlite3/libsqlite/sqlite3.c   return sqlite3LogEstToInt(pWInfo->nRowOut);
nRowOut          122440 ext/sqlite3/libsqlite/sqlite3.c   pWInfo->nRowOut = pFrom->nRow;
nRowOut          122519 ext/sqlite3/libsqlite/sqlite3.c     pWInfo->nRowOut = 1;
nRowOut          122818 ext/sqlite3/libsqlite/sqlite3.c        wherePathSolver(pWInfo, pWInfo->nRowOut+1);
nRowOut          122830 ext/sqlite3/libsqlite/sqlite3.c     sqlite3DebugPrintf("---- Solution nRow=%d", pWInfo->nRowOut);
nRowOut          122886 ext/sqlite3/libsqlite/sqlite3.c   pWInfo->pParse->nQueryLoop += pWInfo->nRowOut;