Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c255012 int nBest = 0; local
255026 if( nPercent>=pConfig->nDeleteMerge && nPercent>nBest ){
255028 nBest = nPercent;
255058 int nBest = 0; /* Number of input segments on best level */ local
255066 if( pLvl->nMerge>nBest ){
255068 nBest = nMin;
255072 if( pLvl->nSeg>nBest ){
255073 nBest = pLvl->nSeg;
255077 if( nBest<nMin ){