Home | History | Annotate | Download | only in orig

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 */
186348 ** The second argument passed to the xToken() callback ("tflags") should
186419 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
186481 int tflags, /* Mask of FTS5_TOKEN_* flags */
188900 int tflags, /* Mask of FTS5_TOKEN_* flags */
188912 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
189036 int tflags, /* Mask of FTS5_TOKEN_* flags */
189047 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
192360 int tflags, /* Mask of FTS5_TOKEN_* flags */
192377 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
192551 int tflags = 0;
192555 rc = fts5ParseTokenize((void*)&sCtx, tflags, zTerm, (int)strlen(zTerm),
192557 tflags = FTS5_TOKEN_COLOCATED;
193504 int tflags, /* Mask of FTS5_TOKEN_* flags */
193517 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
202575 int tflags,
202584 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
203819 int tflags,
203829 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
204250 int tflags,
204267 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
205712 int tflags,
205770 return p->xToken(p->pCtx, tflags, aBuf, nBuf, iStart, iEnd);
205773 return p->xToken(p->pCtx, tflags, pToken, nToken, iStart, iEnd);