Home
last modified time | relevance | path

Searched refs:nLoop (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c164108 int nLoop = 0; local
164114 if( nLoop && (pTerm->wtFlags & TERM_LIKE)!=0 ){
164130 nLoop++;
173741 u16 nLoop, /* Number of entries in pPath->aLoop[] */ argument
173793 if( nLoop && OptimizationDisabled(db, SQLITE_OrderByIdxJoin) ) return 0;
173806 for(iLoop=0; isOrderDistinct && obSat<obDone && iLoop<=nLoop; iLoop++){
173808 if( iLoop<nLoop ){
174102 static const char *wherePathName(WherePath *pPath, int nLoop, WhereLoop *pLast){ argument
174105 for(i=0; i<nLoop; i++){ zName[i] = pPath->aLoop[i]->cId; }
174242 int nLoop = pWInfo->nLevel; /* Number of terms in the join */ local
[all …]
H A Dshell.c1263 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()