Home | History | Annotate | Download | only in fts1

Lines Matching refs:isOr

955   signed char isOr;  /* this term is preceded by "OR" */
994 int nextIsOr; /* Set the isOr flag on the next inserted term */
2635 t->isOr = q->nextIsOr;
2807 while( iNext<pQuery->nTerms && aTerm[iNext].isOr ){