Home | History | Annotate | Download | only in dist

Lines Matching defs:FTS3_MERGE_COUNT

126604 ** FTS3_MERGE_COUNT segments of level N, they are merged into a single
126607 #define FTS3_MERGE_COUNT 16
126653 ** (FTS3_MERGE_COUNT^1024) separate flushes of the pending-terms tables.
137840 ** However, if there are already FTS3_MERGE_COUNT indexes at the requested
137874 /* If iNext is FTS3_MERGE_COUNT, indicating that level iLevel is already
137877 ** if iNext is less than FTS3_MERGE_COUNT, allocate index iNext.
137879 if( iNext>=FTS3_MERGE_COUNT ){
141695 int nMin = (FTS3_MERGE_COUNT / 2);
141740 if( p->nAutoincrmerge==1 || p->nAutoincrmerge>FTS3_MERGE_COUNT ){