#include <sqlite3.h>
|
| int(* | xCreate )(void *, const char **azArg, int nArg, Fts5Tokenizer **ppOut) |
| |
| void(* | xDelete )(Fts5Tokenizer *) |
| |
| int(* | xTokenize )(Fts5Tokenizer *, void *pCtx, int flags, const char *pText, int nText, int(*xToken)(void *pCtx, int tflags, const char *pToken, int nToken, int iStart, int iEnd)) |
| |
Definition at line 10363 of file sqlite3.c.
| int(* fts5_tokenizer::xCreate)(void *, const char **azArg, int nArg, Fts5Tokenizer **ppOut) |
| int(* fts5_tokenizer::xTokenize)(Fts5Tokenizer *, void *pCtx, int flags, const char *pText, int nText, int(*xToken)(void *pCtx, int tflags, const char *pToken, int nToken, int iStart, int iEnd)) |
The documentation for this struct was generated from the following files: