Lines Matching defs:sqlite3_module
4249 ** then the corresponding [sqlite3_module.xClose() method should also be
7608 typedef struct sqlite3_module sqlite3_module;
7612 ** KEYWORDS: sqlite3_module {virtual table module}
7626 struct sqlite3_module {
7893 ** ^If the third parameter (the pointer to the sqlite3_module object) is
7902 const sqlite3_module *p, /* Methods for the module */
7908 const sqlite3_module *p, /* Methods for the module */
7949 const sqlite3_module *pModule; /* The module for this virtual table */
7963 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed
7964 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
13145 ** the sqlite3_module.xFindFunction() method.
18179 const sqlite3_module *pModule; /* Callback pointers */
21490 const sqlite3_module*,
87593 const sqlite3_module *pModule = pVCur->pVtab->pModule;
99177 const sqlite3_module *pModule;
101281 const sqlite3_module *pModule;
101326 const sqlite3_module *pModule;
101410 const sqlite3_module *pModule;
101469 const sqlite3_module *pModule;
101525 const sqlite3_module *pModule;
101623 const sqlite3_module *pModule;
105977 static sqlite3_module bytecodevtabModule = {
136523 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*);
136601 int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,
141755 static const sqlite3_module pragmaVtabModule = {
155434 const sqlite3_module *pModule, /* The definition of the module */
155482 const sqlite3_module *pModule, /* The definition of the module */
155503 const sqlite3_module *pModule, /* The definition of the module */
155518 const sqlite3_module *pModule, /* The definition of the module */
156354 ** the offset of the method to call in the sqlite3_module structure.
156409 callFinaliser(db, offsetof(sqlite3_module,xRollback));
156418 callFinaliser(db, offsetof(sqlite3_module,xCommit));
156432 const sqlite3_module *pModule;
156499 const sqlite3_module *pMod = pVTab->pMod->pModule;
156549 sqlite3_module *pMod;
156565 pMod = (sqlite3_module *)pVtab->pModule;
156646 const sqlite3_module *pModule = pMod->pModule;
160655 sqlite3_module *pMod;
160662 pMod = (sqlite3_module *)pVtab->pModule;
190189 static const sqlite3_module fts3Module = {
192866 static const sqlite3_module fts3aux_module = {
196433 static const sqlite3_module fts3tok_module = {
210168 static sqlite3_module jsonEachModule = {
210197 static sqlite3_module jsonTreeModule = {
210299 sqlite3_module *pModule;
213662 static sqlite3_module rtreeModule = {
216363 static sqlite3_module geopolyModule = {
224413 static sqlite3_module dbstat_module = {
224851 static sqlite3_module dbpage_module = {
231454 ** the sqlite3_module.xFindFunction() method.
249550 static const sqlite3_module fts5structure_module = {
252597 static const sqlite3_module fts5Mod = {
257290 static const sqlite3_module fts5Vocab = {
257619 static sqlite3_module stmtModule = {