Lines Matching defs:FTS3_MERGE_COUNT
116475 ** FTS3_MERGE_COUNT segments of level N, they are merged into a single
116478 #define FTS3_MERGE_COUNT 16
116521 ** (FTS3_MERGE_COUNT^1024) separate flushes of the pending-terms tables.
126106 ** However, if there are already FTS3_MERGE_COUNT indexes at the requested
126140 /* If iNext is FTS3_MERGE_COUNT, indicating that level iLevel is already
126143 ** if iNext is less than FTS3_MERGE_COUNT, allocate index iNext.
126145 if( iNext>=FTS3_MERGE_COUNT ){