Lines Matching refs:tflags
13982 int tflags, /* Mask of FTS5_TOKEN_* flags */
14006 int tflags, /* Mask of FTS5_TOKEN_* flags */
235433 int tflags, /* Mask of FTS5_TOKEN_* flags */
235457 int tflags, /* Mask of FTS5_TOKEN_* flags */
238178 int tflags, /* Mask of FTS5_TOKEN_* flags */
238190 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
238353 int tflags, /* Mask of FTS5_TOKEN_* flags */
238364 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
242110 int tflags, /* Mask of FTS5_TOKEN_* flags */
242127 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
242324 int tflags = 0;
242327 rc = fts5ParseTokenize((void*)&sCtx,tflags,p->pTerm,p->nFullTerm,0,0);
242328 tflags = FTS5_TOKEN_COLOCATED;
243416 int tflags, /* Mask of FTS5_TOKEN_* flags */
243434 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
256179 int tflags,
256188 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
258035 int tflags,
258045 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
258731 int tflags,
258748 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
260297 int tflags,
260355 return p->xToken(p->pCtx, tflags, aBuf, nBuf, iStart, iEnd);
260358 return p->xToken(p->pCtx, tflags, pToken, nToken, iStart, iEnd);