Searched refs:FTS5_TOKEN_COLOCATED (Results 1 – 7 of 7) sorted by relevance
527 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
163 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK; in fts5HighlightCb()298 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){ in fts5SentenceFinderCb()
348 pRow->iPos = pRow[-1].iPos + ((tflags & FTS5_TOKEN_COLOCATED) ? 0 : 1); in fts5tokCb()
381 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){ in fts5StorageInsertCallback()837 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){ in fts5StorageIntegrityCallback()
1679 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){ in fts5ParseTokenize()1868 tflags = FTS5_TOKEN_COLOCATED; in sqlite3Fts5ExprClonePhrase()2926 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++; in fts5ExprPopulatePoslistsCb()
905 tflags |= FTS5_TOKEN_COLOCATED; in f5tTokenizerReturn()
2039 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){ in fts5ColumnSizeCb()