Home | History | Annotate | Download | only in fts3

Lines Matching refs:isPrefix

1237   int isPrefix,                   /* True for a term-prefix query */
1246 if( isPrefix ){
1299 if( isPrefix ){
2068 int isPrefix = (pCsr->pFilter->flags & FTS3_SEGMENT_PREFIX);
2107 || (!isPrefix && pCsr->nTerm>pFilter->nTerm)
2578 && (pPT->n==nToken || (pPT->isPrefix && pPT->n<nToken))