Home | History | Annotate | Download | only in orig

Lines Matching refs:FTS5_TOKEN_COLOCATED

10639 **   specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
10648 ** xToken(pCtx, FTS5_TOKEN_COLOCATED, "1st", 3, 6, 11);
10652 ** It is an error to specify the FTS5_TOKEN_COLOCATED flag the first time
10654 ** by making multiple calls to xToken(FTS5_TOKEN_COLOCATED) in sequence.
10718 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */
181634 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
181643 ** xToken(pCtx, FTS5_TOKEN_COLOCATED, "1st", 3, 6, 11);
181647 ** It is an error to specify the FTS5_TOKEN_COLOCATED flag the first time
181649 ** by making multiple calls to xToken(FTS5_TOKEN_COLOCATED) in sequence.
181713 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */
184010 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
184145 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
187432 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
187612 tflags = FTS5_TOKEN_COLOCATED;
188479 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
197510 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
198755 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
199193 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){