Searched refs:tflags (Results 1 – 12 of 12) sorted by relevance
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5synonym.test | 79 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 D | fts5_common.tcl | 601 proc tclnum_tokenize {mode tflags text} { 604 if {$tflags == $mode && [info exists ::tclnum_syn($w)]} {
|
| H A D | fts5tokenizer.test | 273 proc tcl_tokenize {tflags text} { 274 lappend ::flags $tflags
|
| H A D | fts5fault6.test | 165 proc tcl_tokenize {tflags text} { 168 if {$tflags=="query" && [string length $w]==1} {
|
| /sqlite-3.40.0/ext/fts5/ |
| H A D | fts5_aux.c | 151 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 D | fts5_tcl.c | 151 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 D | fts5_test_tok.c | 326 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 D | fts5_storage.c | 371 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 D | fts5.h | 510 int tflags, /* Mask of FTS5_TOKEN_* flags */
|
| H A D | fts5_expr.c | 1662 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 D | fts5_tokenize.c | 1177 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 D | fts5_main.c | 2030 int tflags, in fts5ColumnSizeCb() argument 2039 if( (tflags & FTS5_TOKEN_COLOCATED)==0 ){ in fts5ColumnSizeCb()
|