Home
last modified time | relevance | path

Searched refs:FTS5_TOKEN_COLOCATED (Results 1 – 7 of 7) sorted by relevance

/sqlite-3.40.0/ext/fts5/
H A Dfts5.h527 #define FTS5_TOKEN_COLOCATED 0x0001 /* Same position as prev. token */ macro
H A Dfts5_aux.c163 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK; in fts5HighlightCb()
298 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){ in fts5SentenceFinderCb()
H A Dfts5_test_tok.c348 pRow->iPos = pRow[-1].iPos + ((tflags & FTS5_TOKEN_COLOCATED) ? 0 : 1); in fts5tokCb()
H A Dfts5_storage.c381 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){ in fts5StorageInsertCallback()
837 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){ in fts5StorageIntegrityCallback()
H A Dfts5_expr.c1679 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()
H A Dfts5_tcl.c905 tflags |= FTS5_TOKEN_COLOCATED; in f5tTokenizerReturn()
H A Dfts5_main.c2039 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){ in fts5ColumnSizeCb()