Searched refs:nLevel (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/ext/lsm1/ |
| H A D | lsm_ckpt.c | 469 ckptSetValue(&ckpt, CKPT_HDR_NLEVEL, nLevel, &rc); in ckptExportSnapshot() 555 int nLevel, in ckptLoadLevels() argument 565 for(i=0; rc==LSM_OK && i<nLevel; i++){ in ckptLoadLevels() 624 int nLevel; in lsmCheckpointLoadLevels() local 630 nLevel = aIn[0]; in lsmCheckpointLoadLevels() 666 assert( nLevel>0 ); in lsmCheckpointLevels() 670 assert( nAll>nLevel ); in lsmCheckpointLevels() 671 nAll -= nLevel; in lsmCheckpointLevels() 677 ckptSetValue(&ckpt, 0, nLevel, &rc); in lsmCheckpointLevels() 679 for(i=0; rc==LSM_OK && i<nLevel; i++){ in lsmCheckpointLevels() [all …]
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_index.c | 860 for(i=0; i<p->nLevel; i++){ in fts5StructureMakeWritable() 901 int nLevel = 0; in fts5StructureDecode() local 914 if( nLevel>FTS5_MAX_SEGMENT || nLevel<0 in fts5StructureDecode() 927 pRet->nLevel = nLevel; in fts5StructureDecode() 988 int nLevel = pStruct->nLevel; in fts5StructureAddLevel() local 997 pStruct->nLevel++; in fts5StructureAddLevel() 1108 assert_nc( p->pStruct->nLevel==pTest->nLevel ); in fts5StructureRead() 4307 assert( iLvl<pStruct->nLevel ); in fts5IndexMergeLevel() 4452 assert( pStruct->nLevel>0 ); in fts5IndexMerge() 4704 if( pStruct->nLevel==0 ){ in fts5FlushOneHash() [all …]
|
| /sqlite-3.40.0/src/ |
| H A D | where.c | 124 for(i=pWInfo->nLevel-1; i>=0; i--){ in sqlite3WhereMinMaxOptEarlyOut() 4801 nLoop = pWInfo->nLevel; in wherePathSolver() 5355 assert( pWInfo->nLevel>=2 ); in whereOmitNoopJoin() 5398 if( i!=pWInfo->nLevel-1 ){ in whereOmitNoopJoin() 5402 pWInfo->nLevel--; in whereOmitNoopJoin() 5403 assert( pWInfo->nLevel>0 ); in whereOmitNoopJoin() 5432 assert( pWInfo->nLevel>=2 ); in whereCheckIfBloomFilterIsUseful() 5701 pWInfo->nLevel = nTabList; in sqlite3WhereBegin() 5919 if( pWInfo->nLevel>=2 in sqlite3WhereBegin() 5925 nTabList = pWInfo->nLevel; in sqlite3WhereBegin() [all …]
|
| H A D | wherecode.c | 1270 while( ++iLevel < pWInfo->nLevel ){ in filterPullDown() 1352 iLevel, pWInfo->nLevel, (u64)notReady, pLevel->iFrom); in sqlite3WhereCodeOneLoopStart() 2155 if( pWInfo->nLevel>1 ){ in sqlite3WhereCodeOneLoopStart() 2158 nNotReady = pWInfo->nLevel - iLevel - 1; in sqlite3WhereCodeOneLoopStart() 2412 if( pWInfo->nLevel>1 ){ sqlite3DbFreeNN(db, pOrTab); } in sqlite3WhereCodeOneLoopStart()
|
| H A D | whereInt.h | 477 u8 nLevel; /* Number of nested loop */ member
|