Lines Matching defs:FTS3_MERGE_COUNT
116439 ** FTS3_MERGE_COUNT segments of level N, they are merged into a single
116442 #define FTS3_MERGE_COUNT 16
116485 ** (FTS3_MERGE_COUNT^1024) separate flushes of the pending-terms tables.
126058 ** However, if there are already FTS3_MERGE_COUNT indexes at the requested
126092 /* If iNext is FTS3_MERGE_COUNT, indicating that level iLevel is already
126095 ** if iNext is less than FTS3_MERGE_COUNT, allocate index iNext.
126097 if( iNext>=FTS3_MERGE_COUNT ){