Home | History | Annotate | Download | only in dist

Lines Matching defs:nRowOut

110869   LogEst nRowOut;           /* Estimated number of output rows */
110940 return sqlite3LogEstToInt(pWInfo->nRowOut);
116691 pWInfo->nRowOut = pFrom->nRow;
116771 pWInfo->nRowOut = 1;
117077 wherePathSolver(pWInfo, pWInfo->nRowOut+1);
117090 sqlite3DebugPrintf("---- Solution nRow=%d", pWInfo->nRowOut);
117146 pWInfo->pParse->nQueryLoop += pWInfo->nRowOut;