Lines Matching refs:nLoop
9292 sqlite3_int64 nLoop, nVisit;9296 if( sqlite3_stmt_scanstatus(p, i, SQLITE_SCANSTAT_NLOOP, (void*)&nLoop) ){9303 rEstLoop = (double)nLoop;9313 " nLoop=%-8lld nRow=%-8lld estRow=%-8lld estRow/Loop=%-8g\n",9314 nLoop, nVisit, (sqlite3_int64)(rEstLoop+0.5), rEst