Home
last modified time | relevance | path

Searched defs:fts5_tokenizer (Results 1 – 6 of 6) sorted by relevance

/external/sqlite/dist/sqlite-autoconf-3440300/
Dsqlite3.h13240 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/
Dsqlite3.h13240 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/
Dsqlite3.h13240 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/
Dsqlite3.h13240 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/
Dbindgen_3.14.0.rs2741 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<
Dbindgen_3.14.0_ext.rs1200 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<