Home
last modified time | relevance | path

Searched defs:zToken (Results 1 – 19 of 19) sorted by relevance

/sqlite-3.40.0/ext/fts1/
H A Dsimple_tokenizer.c42 char *zToken; /* storage for current token */ member
H A Dfts1_porter.c52 char *zToken; /* storage for current token */ member
H A Dfts1.c2228 const char *zToken; /* Next token from the tokenizer */ in snippetOffsetsOfColumn() local
2648 const char *zToken, /* Text of the token */ in checkColumnSpecifier()
H A Dfulltext.c1161 const char *zToken; in tokenize_segment() local
/sqlite-3.40.0/ext/fts2/
H A Dfts2_tokenizer.c154 const char *zToken; in testFunc() local
H A Dfts2_porter.c54 char *zToken; /* storage for current token */ member
H A Dfts2.c3094 const char *zToken; /* Next token from the tokenizer */ in snippetOffsetsOfColumn() local
3511 const char *zToken, /* Text of the token */ in checkColumnSpecifier()
/sqlite-3.40.0/ext/fts5/
H A Dfts5_tcl.c152 const char *zToken, int nToken, in xTokenizeCb()
658 const char *zToken, int nToken, in xTokenizeCb2()
898 char *zToken; in f5tTokenizerReturn() local
H A Dfts5_test_tok.c64 char *zToken; member
/sqlite-3.40.0/ext/fts3/
H A Dfts3_tokenizer.c280 const char *zToken; in testFunc() local
H A Dfts3_porter.c51 char *zToken; /* storage for current token */ member
H A Dfts3_unicode.c96 char *zToken; /* storage for current token */ member
H A Dfts3_tokenize_vtab.c67 const char *zToken; /* Current 'token' value */ member
H A Dfts3_expr.c199 const char *zToken; in getNextToken() local
H A Dfts3_write.c755 const char *zToken, in fts3PendingTermsAddOne()
801 char const *zToken; in fts3PendingTermsAdd() local
5334 char const *zToken; /* Buffer containing token */ in fts3IntegrityCheck() local
5514 char const *zToken; /* Buffer containing token */ in sqlite3Fts3CacheDeferredDoclists() local
/sqlite-3.40.0/tool/
H A Dmkkeywordhash.c641 char *zToken = aKeywordTable[i].zTokenType; in main() local
H A Dsqldiff.c1827 char zToken[32]; in module_name_func() local
/sqlite-3.40.0/src/
H A Dexpr.c889 const char *zToken /* Token argument. Might be NULL */ in sqlite3Expr()
1472 char *zToken = pNew->u.zToken = (char*)&zAlloc[nNewSize]; in exprDup() local
H A DsqliteInt.h2838 char *zToken; /* Token value. Zero terminated and dequoted */ member