Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_module

4654 typedef struct sqlite3_module sqlite3_module;
4658 ** KEYWORDS: sqlite3_module {virtual table module}
4673 struct sqlite3_module {
4813 const sqlite3_module *p, /* Methods for the module */
4819 const sqlite3_module *p, /* Methods for the module */
4844 const sqlite3_module *pModule; /* The module for this virtual table */
4859 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed
4860 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
8566 const sqlite3_module *pModule; /* Callback pointers */
17588 const sqlite3_module *pModule; /* Module for cursor pVtabCursor */
48904 const sqlite3_module *pModule = pCx->pModule;
52819 const sqlite3_module *pModule;
52935 sqlite3_module *pModule;
52940 const sqlite3_module *pModule;
52952 const sqlite3_module *pModule;
52958 const sqlite3_module *pModule;
52968 sqlite3_module *pModule;
56512 const sqlite3_module *pModule;
57827 sqlite3_module *pModule;
57833 u.cf.pModule = (sqlite3_module *)u.cf.pVtab->pModule;
57880 const sqlite3_module *pModule;
57944 const sqlite3_module *pModule;
58004 const sqlite3_module *pModule;
58097 sqlite3_module *pModule;
58106 u.ck.pModule = (sqlite3_module *)u.ck.pVtab->pModule;
76061 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*);
76136 int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *));
85837 const sqlite3_module *pModule, /* The definition of the module */
85879 const sqlite3_module *pModule, /* The definition of the module */
85891 const sqlite3_module *pModule, /* The definition of the module */
86540 ** the offset of the method to call in the sqlite3_module structure.
86596 callFinaliser(db, offsetof(sqlite3_module,xRollback));
86605 callFinaliser(db, offsetof(sqlite3_module,xCommit));
86619 const sqlite3_module *pModule;
86675 sqlite3_module *pMod;
86693 pMod = (sqlite3_module *)pVtab->pModule;
101066 static const sqlite3_module fts3Module = {
110067 static sqlite3_module rtreeModule = {