Home | History | Annotate | Download | only in dist

Lines Matching defs:tflags

11651 **   The second argument passed to the xToken() callback ("tflags") should
11722 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
11784 int tflags, /* Mask of FTS5_TOKEN_* flags */
186360 ** The second argument passed to the xToken() callback ("tflags") should
186431 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
186493 int tflags, /* Mask of FTS5_TOKEN_* flags */
188912 int tflags, /* Mask of FTS5_TOKEN_* flags */
188924 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
189048 int tflags, /* Mask of FTS5_TOKEN_* flags */
189059 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
192372 int tflags, /* Mask of FTS5_TOKEN_* flags */
192389 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
192563 int tflags = 0;
192567 rc = fts5ParseTokenize((void*)&sCtx, tflags, zTerm, (int)strlen(zTerm),
192569 tflags = FTS5_TOKEN_COLOCATED;
193516 int tflags, /* Mask of FTS5_TOKEN_* flags */
193529 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
202587 int tflags,
202596 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
203831 int tflags,
203841 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
204262 int tflags,
204279 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
205724 int tflags,
205782 return p->xToken(p->pCtx, tflags, aBuf, nBuf, iStart, iEnd);
205785 return p->xToken(p->pCtx, tflags, pToken, nToken, iStart, iEnd);