Lines Matching defs:FTS5_TOKEN_COLOCATED
13140 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
13149 ** xToken(pCtx, FTS5_TOKEN_COLOCATED, "1st", 3, 6, 11);
13153 ** It is an error to specify the FTS5_TOKEN_COLOCATED flag the first time
13155 ** by making multiple calls to xToken(FTS5_TOKEN_COLOCATED) in sequence.
13219 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */
221801 ** specifies a <i>tflags</i> argument with the FTS5_TOKEN_COLOCATED bit
221810 ** xToken(pCtx, FTS5_TOKEN_COLOCATED, "1st", 3, 6, 11);
221814 ** It is an error to specify the FTS5_TOKEN_COLOCATED flag the first time
221816 ** by making multiple calls to xToken(FTS5_TOKEN_COLOCATED) in sequence.
221880 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */
224445 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;
224580 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
228051 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){
228240 tflags = FTS5_TOKEN_COLOCATED;
229298 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;
238867 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){
240136 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){
240592 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){