Searched defs:fts5_tokenizer (Results  1 – 6 of 6) sorted by relevance
| /external/sqlite/dist/sqlite-autoconf-3440300/ | 
| D | sqlite3.h | 13240 typedef struct fts5_tokenizer fts5_tokenizer;  typedef 13241 struct fts5_tokenizer {  struct 13242   int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); 13243   void (*xDelete)(Fts5Tokenizer*); 13244   int (*xTokenize)(Fts5Tokenizer*,
  | 
| /external/sqlite/dist/sqlite-autoconf-3440300/orig/ | 
| D | sqlite3.h | 13240 typedef struct fts5_tokenizer fts5_tokenizer;  typedef 13241 struct fts5_tokenizer {  struct 13242   int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); 13243   void (*xDelete)(Fts5Tokenizer*); 13244   int (*xTokenize)(Fts5Tokenizer*,
  | 
| /external/sqlite/dist/sqlite-autoconf-3440400/ | 
| D | sqlite3.h | 13240 typedef struct fts5_tokenizer fts5_tokenizer;  typedef 13241 struct fts5_tokenizer {  struct 13242   int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); 13243   void (*xDelete)(Fts5Tokenizer*); 13244   int (*xTokenize)(Fts5Tokenizer*,
  | 
| /external/sqlite/dist/sqlite-autoconf-3440400/orig/ | 
| D | sqlite3.h | 13240 typedef struct fts5_tokenizer fts5_tokenizer;  typedef 13241 struct fts5_tokenizer {  struct 13242   int (*xCreate)(void*, const char **azArg, int nArg, Fts5Tokenizer **ppOut); 13243   void (*xDelete)(Fts5Tokenizer*); 13244   int (*xTokenize)(Fts5Tokenizer*,
  | 
| /external/rust/android-crates-io/crates/libsqlite3-sys/bindgen-bindings/ | 
| D | bindgen_3.14.0.rs | 2741 pub struct fts5_tokenizer {  struct 2742     pub xCreate: ::std::option::Option< 2750     pub xDelete: ::std::option::Option<unsafe extern "C" fn(arg1: *mut Fts5Tokenizer)>, 2751     pub xTokenize: ::std::option::Option<
  | 
| D | bindgen_3.14.0_ext.rs | 1200 pub struct fts5_tokenizer {  struct 1201     pub xCreate: ::std::option::Option< 1209     pub xDelete: ::std::option::Option<unsafe extern "C" fn(arg1: *mut Fts5Tokenizer)>, 1210     pub xTokenize: ::std::option::Option<
  |