Home
last modified time | relevance | path

Searched defs:zInput (Results 1 – 20 of 20) sorted by relevance

/sqlite-3.40.0/ext/fts3/
H A Dfts3_porter.c47 const char *zInput; /* input we are tokenizing */ member
91 const char *zInput, int nInput, /* String to be tokenized */ in porterOpen()
H A Dfts3_icu.c96 const char *zInput, /* Input string */ in icuOpen()
H A Dfts3_expr.c277 const char *zInput, int nInput, /* Input string */ in getNextString()
416 const char *zInput = z; in getNextNode() local
H A Dfts3_tokenizer.c275 const char *zInput; in testFunc() local
H A Dfts3_tokenize_vtab.c64 char *zInput; /* Input string */ member
H A Dfts3.c845 static char *fts3QuoteId(char const *zInput){ in fts3QuoteId()
/sqlite-3.40.0/ext/fts2/
H A Dfts2_porter.c50 const char *zInput; /* input we are tokenizing */ member
94 const char *zInput, int nInput, /* String to be tokenized */ in porterOpen()
H A Dfts2_tokenizer.c149 const char *zInput; in testFunc() local
H A Dfts2_icu.c98 const char *zInput, /* Input string */ in icuOpen()
H A Dfts2.c3596 const char *zInput, /* Input text of the query string */ in parseQuery()
3647 const char *zInput, /* The query string */ in fulltextQuery()
/sqlite-3.40.0/ext/fts1/
H A Dfts1_porter.c48 const char *zInput; /* input we are tokenizing */ member
92 const char *zInput, int nInput, /* String to be tokenized */ in porterOpen()
H A Dfts1.c2730 const char *zInput, /* Input text of the query string */ in parseQuery()
2778 const char *zInput, /* The query string */ in fulltextQuery()
/sqlite-3.40.0/src/
H A Dalter.c1693 const char *zInput = (const char*)sqlite3_value_text(argv[3]); in renameTableFunc() local
1879 char const *zInput = (const char*)sqlite3_value_text(argv[1]); in renameQuotefixFunc() local
1992 char const *zInput = (const char*)sqlite3_value_text(argv[1]); in renameTableTest() local
H A Dshell.c.in1195 const char * zInput; /* Input string from wasm/JS proxy */ member
/sqlite-3.40.0/test/
H A Dwordcount.c291 char zInput[2000]; /* A single line of input */ in main() local
/sqlite-3.40.0/ext/icu/
H A Dicu.c362 const UChar *zInput; /* Pointer to input string */ in icuCaseFunc16() local
/sqlite-3.40.0/ext/fts5/
H A Dfts5_test_tok.c76 char *zInput; /* Input string */ member
H A Dfts5_tcl.c652 const char *zInput; member
/sqlite-3.40.0/ext/session/
H A Dchangesetfuzz.c1196 const char *zInput; /* Name of input file */ in main() local
/sqlite-3.40.0/ext/misc/
H A Damatch.c521 char *zInput; /* Input word to match against */ member