Lines Matching refs:tflags
13982 int tflags, /* Mask of FTS5_TOKEN_* flags */
14006 int tflags, /* Mask of FTS5_TOKEN_* flags */
235392 int tflags, /* Mask of FTS5_TOKEN_* flags */
235416 int tflags, /* Mask of FTS5_TOKEN_* flags */
238137 int tflags, /* Mask of FTS5_TOKEN_* flags */
238149 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
238312 int tflags, /* Mask of FTS5_TOKEN_* flags */
238323 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
242069 int tflags, /* Mask of FTS5_TOKEN_* flags */
242086 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
242283 int tflags = 0;
242286 rc = fts5ParseTokenize((void*)&sCtx,tflags,p->pTerm,p->nFullTerm,0,0);
242287 tflags = FTS5_TOKEN_COLOCATED;
243375 int tflags, /* Mask of FTS5_TOKEN_* flags */
243393 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
256138 int tflags,
256147 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
257994 int tflags,
258004 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
258690 int tflags,
258707 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
260256 int tflags,
260314 return p->xToken(p->pCtx, tflags, aBuf, nBuf, iStart, iEnd);
260317 return p->xToken(p->pCtx, tflags, pToken, nToken, iStart, iEnd);