Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2_porter.c47 const char *zInput; /* input we are tokenizing */ member
91 const char *zInput, int nInput, /* String to be tokenized */ in porterOpen()
Dfts2_tokenizer.c148 const char *zInput; in testFunc() local
Dfts2_icu.c98 const char *zInput, /* Input string */ in icuOpen()
Dfts2.c3796 const char *zInput, /* Input text of the query string */ in parseQuery()
3847 const char *zInput, /* The query string */ in fulltextQuery()
/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_porter.c48 const char *zInput; /* input we are tokenizing */ member
92 const char *zInput, int nInput, /* String to be tokenized */ in porterOpen()
Dfts3_icu.c98 const char *zInput, /* Input string */ in icuOpen()
Dfts3_expr.c216 const char *zInput, int nInput, /* Input string */ in getNextString()
341 const char *zInput = z; in getNextNode() local
Dfts3_tokenizer.c254 const char *zInput; in testFunc() local
Dfts3.c709 static char *fts3QuoteId(char const *zInput){ in fts3QuoteId()
/external/chromium_org/third_party/sqlite/src/ext/fts1/
Dfts1_porter.c48 const char *zInput; /* input we are tokenizing */ member
92 const char *zInput, int nInput, /* String to be tokenized */ in porterOpen()
Dfts1.c2730 const char *zInput, /* Input text of the query string */ in parseQuery()
2778 const char *zInput, /* The query string */ in fulltextQuery()
/external/chromium_org/third_party/sqlite/src/ext/icu/
Dicu.c328 const UChar *zInput; in icuCaseFunc16() local
/external/chromium_org/third_party/sqlite/src/src/
Dalter.c110 unsigned char const *zInput = sqlite3_value_text(argv[0]); in renameParentFunc() local