#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 13678 of file sqlite3.h.
◆ xCreate
int(* fts5_tokenizer::xCreate)(void *, const char **azArg, int nArg, Fts5Tokenizer **ppOut) |
◆ xDelete
◆ xTokenize
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: