Home
last modified time | relevance | path

Searched refs:tflags (Results 1 – 12 of 12) sorted by relevance

/sqlite-3.40.0/ext/fts5/test/
H A Dfts5synonym.test79 proc tcl_tokenize {tflags text} {
103 proc tcl_tokenize {tflags text} {
115 proc tcl_tokenize {tflags text} {
283 proc tcl_tokenize {tflags text} {
286 if {$tflags=="query" && [string length $w]==1} {
388 proc tcl_tokenize {tflags text} {
H A Dfts5_common.tcl601 proc tclnum_tokenize {mode tflags text} {
604 if {$tflags == $mode && [info exists ::tclnum_syn($w)]} {
H A Dfts5tokenizer.test273 proc tcl_tokenize {tflags text} {
274 lappend ::flags $tflags
H A Dfts5fault6.test165 proc tcl_tokenize {tflags text} {
168 if {$tflags=="query" && [string length $w]==1} {
/sqlite-3.40.0/ext/fts5/
H A Dfts5_aux.c151 int tflags, /* Mask of FTS5_TOKEN_* flags */ in fts5HighlightCb() argument
163 if( tflags & FTS5_TOKEN_COLOCATED ) return SQLITE_OK; in fts5HighlightCb()
287 int tflags, /* Mask of FTS5_TOKEN_* flags */ in fts5SentenceFinderCb() argument
298 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){ in fts5SentenceFinderCb()
H A Dfts5_tcl.c151 int tflags, in xTokenizeCb() argument
657 int tflags, in xTokenizeCb2() argument
897 int tflags = 0; in f5tTokenizerReturn() local
905 tflags |= FTS5_TOKEN_COLOCATED; in f5tTokenizerReturn()
927 rc = p->xToken(p->pCtx, tflags, zToken, nToken, iStart, iEnd); in f5tTokenizerReturn()
H A Dfts5_test_tok.c326 int tflags, /* Mask of FTS5_TOKEN_* flags */ in fts5tokCb() argument
348 pRow->iPos = pRow[-1].iPos + ((tflags & FTS5_TOKEN_COLOCATED) ? 0 : 1); in fts5tokCb()
H A Dfts5_storage.c371 int tflags, in fts5StorageInsertCallback() argument
381 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){ in fts5StorageInsertCallback()
820 int tflags, in fts5StorageIntegrityCallback() argument
837 if( (tflags & FTS5_TOKEN_COLOCATED)==0 || pCtx->szCol==0 ){ in fts5StorageIntegrityCallback()
H A Dfts5.h510 int tflags, /* Mask of FTS5_TOKEN_* flags */
H A Dfts5_expr.c1662 int tflags, /* Mask of FTS5_TOKEN_* flags */ in fts5ParseTokenize() argument
1679 if( pPhrase && pPhrase->nTerm>0 && (tflags & FTS5_TOKEN_COLOCATED) ){ in fts5ParseTokenize()
1862 int tflags = 0; in sqlite3Fts5ExprClonePhrase() local
1866 rc = fts5ParseTokenize((void*)&sCtx, tflags, zTerm, (int)strlen(zTerm), in sqlite3Fts5ExprClonePhrase()
1868 tflags = FTS5_TOKEN_COLOCATED; in sqlite3Fts5ExprClonePhrase()
2913 int tflags, /* Mask of FTS5_TOKEN_* flags */ in fts5ExprPopulatePoslistsCb() argument
2926 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ) p->iOff++; in fts5ExprPopulatePoslistsCb()
H A Dfts5_tokenize.c1177 int tflags, in fts5PorterCb() argument
1235 return p->xToken(p->pCtx, tflags, aBuf, nBuf, iStart, iEnd); in fts5PorterCb()
1238 return p->xToken(p->pCtx, tflags, pToken, nToken, iStart, iEnd); in fts5PorterCb()
H A Dfts5_main.c2030 int tflags, in fts5ColumnSizeCb() argument
2039 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){ in fts5ColumnSizeCb()