HomeSort by relevance Sort by last modified time
    Searched defs:xCreate (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/ext/fts1/
fts1_tokenizer.h 43 int (*xCreate)(int argc, const char *const*argv,
82 ** specified by the first argv argument to xCreate().
tokenizer.h 43 int (*xCreate)(int argc, const char **argv,
82 ** specified by the first argv argument to xCreate().
  /external/chromium_org/third_party/sqlite/src/ext/fts2/
fts2_tokenizer.h 37 ** sqlite3_tokenizer_module.xCreate() function of the requested tokenizer
38 ** implementation. The xCreate() function in turn returns an
76 int (*xCreate)(
84 ** exactly once for each successful call to xCreate().
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_tokenizer.h 37 ** sqlite3_tokenizer_module.xCreate() function of the requested tokenizer
38 ** implementation. The xCreate() function in turn returns an
76 int (*xCreate)(
84 ** exactly once for each successful call to xCreate().
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.h     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.h     [all...]
sqlite3.c     [all...]

Completed in 402 milliseconds