Lines Matching refs:tflags
12797 int tflags, /* Mask of FTS5_TOKEN_* flags */
215456 int tflags, /* Mask of FTS5_TOKEN_* flags */
218026 int tflags, /* Mask of FTS5_TOKEN_* flags */
218038 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
218162 int tflags, /* Mask of FTS5_TOKEN_* flags */
218173 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
221624 int tflags, /* Mask of FTS5_TOKEN_* flags */
221641 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
221824 int tflags = 0;
221828 rc = fts5ParseTokenize((void*)&sCtx, tflags, zTerm, (int)strlen(zTerm),
221830 tflags = FTS5_TOKEN_COLOCATED;
222875 int tflags, /* Mask of FTS5_TOKEN_* flags */
222888 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
232445 int tflags,
232454 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
233713 int tflags,
233723 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
234162 int tflags,
234179 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
235688 int tflags,
235746 return p->xToken(p->pCtx, tflags, aBuf, nBuf, iStart, iEnd);
235749 return p->xToken(p->pCtx, tflags, pToken, nToken, iStart, iEnd);