Searched refs:nLoop (Results 1 – 2 of 2) sorted by relevance
164358 int nLoop = 0; local164364 if( nLoop && (pTerm->wtFlags & TERM_LIKE)!=0 ){164380 nLoop++;173996 u16 nLoop, /* Number of entries in pPath->aLoop[] */ argument174048 if( nLoop && OptimizationDisabled(db, SQLITE_OrderByIdxJoin) ) return 0;174061 for(iLoop=0; isOrderDistinct && obSat<obDone && iLoop<=nLoop; iLoop++){174063 if( iLoop<nLoop ){174357 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){ argument174360 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; }174497 int nLoop = pWInfo->nLevel; /* Number of terms in the join */ local[all …]
1263 i64 nLoop = 0; in qrfEqpStats()1282 sqlite3_stmt_scanstatus_v2(pS,i, SQLITE_SCANSTAT_NLOOP,f,(void*)&nLoop); in qrfEqpStats()1288 if( nCycle>=0 || nLoop>=0 || nRow>=0 ){ in qrfEqpStats()1298 if( nLoop>=0 ){ in qrfEqpStats()1300 qrfApproxInt64(pStats, nLoop); in qrfEqpStats()