Home | History | Annotate | Download | only in orig

Lines Matching defs:FTS3_MERGE_COUNT

126584 ** FTS3_MERGE_COUNT segments of level N, they are merged into a single
126587 #define FTS3_MERGE_COUNT 16
126633 ** (FTS3_MERGE_COUNT^1024) separate flushes of the pending-terms tables.
137808 ** However, if there are already FTS3_MERGE_COUNT indexes at the requested
137842 /* If iNext is FTS3_MERGE_COUNT, indicating that level iLevel is already
137845 ** if iNext is less than FTS3_MERGE_COUNT, allocate index iNext.
137847 if( iNext>=FTS3_MERGE_COUNT ){
141663 int nMin = (FTS3_MERGE_COUNT / 2);
141708 if( p->nAutoincrmerge==1 || p->nAutoincrmerge>FTS3_MERGE_COUNT ){