Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dvdbesort.c460 #define SORTER_MAX_MERGE_COUNT 16 macro
957 #if SQLITE_MAX_WORKER_THREADS>=SORTER_MAX_MERGE_COUNT in sqlite3VdbeSorterInit()
958 if( nWorker>=SORTER_MAX_MERGE_COUNT ){ in sqlite3VdbeSorterInit()
959 nWorker = SORTER_MAX_MERGE_COUNT-1; in sqlite3VdbeSorterInit()
1182 assert( nReader<=SORTER_MAX_MERGE_COUNT ); in vdbeMergeEngineNew()
2349 i64 nDiv = SORTER_MAX_MERGE_COUNT; in vdbeSorterTreeDepth()
2351 nDiv = nDiv * SORTER_MAX_MERGE_COUNT; in vdbeSorterTreeDepth()
2381 nDiv = nDiv * SORTER_MAX_MERGE_COUNT; in vdbeSorterAddToTree()
2385 int iIter = (iSeq / nDiv) % SORTER_MAX_MERGE_COUNT; in vdbeSorterAddToTree()
2398 nDiv = nDiv / SORTER_MAX_MERGE_COUNT; in vdbeSorterAddToTree()
[all …]