Searched refs:FTS5_TOKEN_COLOCATED (Results 1 – 2 of 2) sorted by relevance
12480 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
12814 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro215473 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */218038 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK;218173 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){221641 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){221830 tflags = FTS5_TOKEN_COLOCATED;222888 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++;232454 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){233723 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){234179 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){