Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c260260 int nSeenMatch = 0; local
260300 nSeenMatch++;
260317 nSeenMatch++;
260355 if( iSort==(pConfig->nCol+1) && nSeenMatch>0 ){
260370 pInfo->estimatedCost = nSeenMatch ? 25000.0 : 25.0;
260375 if( nSeenMatch ){
260384 for(i=1; i<nSeenMatch; i++){