Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dspellfix.c1935 int nSearch; /* Number of vocabulary items checked */ member
2162 pCur->nSearch = 0; in spellfix1ResetCursor()
2467 pCur->nSearch++; in spellfix1RunQuery()
2799 sqlite3_result_int(ctx, pCur->nSearch); in spellfix1Column()
/sqlite-3.40.0/src/
H A Dwhere.c5430 LogEst nSearch; in whereCheckIfBloomFilterIsUseful() local
5434 nSearch = pWInfo->a[0].pWLoop->nOut; in whereCheckIfBloomFilterIsUseful()
5445 if( nSearch > pTab->nRowLogEst in whereCheckIfBloomFilterIsUseful()
5454 pLoop->cId, (double)sqlite3LogEstToInt(nSearch), pTab->zName, in whereCheckIfBloomFilterIsUseful()
5458 nSearch += pLoop->nOut; in whereCheckIfBloomFilterIsUseful()
H A Dbtree.c6269 u32 nSearch = 0; /* Count of the number of search attempts */ in allocateBtreePage() local
6318 if( iTrunk>mxPage || nSearch++ > n ){ in allocateBtreePage()