Lines Matching refs:tflags
13069 ** The second argument passed to the xToken() callback ("tflags") should
13140 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
13202 int tflags, /* Mask of FTS5_TOKEN_* flags */
221730 ** The second argument passed to the xToken() callback ("tflags") should
221801 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
221863 int tflags, /* Mask of FTS5_TOKEN_* flags */
224433 int tflags, /* Mask of FTS5_TOKEN_* flags */
224445 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
224569 int tflags, /* Mask of FTS5_TOKEN_* flags */
224580 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
228034 int tflags, /* Mask of FTS5_TOKEN_* flags */
228051 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
228234 int tflags = 0;
228238 rc = fts5ParseTokenize((void*)&sCtx, tflags, zTerm, (int)strlen(zTerm),
228240 tflags = FTS5_TOKEN_COLOCATED;
229285 int tflags, /* Mask of FTS5_TOKEN_* flags */
229298 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
238858 int tflags,
238867 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
240126 int tflags,
240136 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
240575 int tflags,
240592 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
242101 int tflags,
242159 return p->xToken(p->pCtx, tflags, aBuf, nBuf, iStart, iEnd);
242162 return p->xToken(p->pCtx, tflags, pToken, nToken, iStart, iEnd);