Lines Matching refs:tflags
10759 int tflags, /* Mask of FTS5_TOKEN_* flags */
182548 int tflags, /* Mask of FTS5_TOKEN_* flags */
184864 int tflags, /* Mask of FTS5_TOKEN_* flags */
184876 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
185000 int tflags, /* Mask of FTS5_TOKEN_* flags */
185011 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
188296 int tflags, /* Mask of FTS5_TOKEN_* flags */
188313 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
188487 int tflags = 0;
188491 rc = fts5ParseTokenize((void*)&sCtx, tflags, zTerm, (int)strlen(zTerm),
188493 tflags = FTS5_TOKEN_COLOCATED;
189432 int tflags, /* Mask of FTS5_TOKEN_* flags */
189445 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
198491 int tflags,
198500 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
199735 int tflags,
199745 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
200166 int tflags,
200183 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
201628 int tflags,
201686 return p->xToken(p->pCtx, tflags, aBuf, nBuf, iStart, iEnd);
201689 return p->xToken(p->pCtx, tflags, pToken, nToken, iStart, iEnd);