Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_module

5401 typedef struct sqlite3_module sqlite3_module;
5405 ** KEYWORDS: sqlite3_module {virtual table module}
5419 struct sqlite3_module {
5590 const sqlite3_module *p, /* Methods for the module */
5596 const sqlite3_module *p, /* Methods for the module */
5620 const sqlite3_module *pModule; /* The module for this virtual table */
5634 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed
5635 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
10764 const sqlite3_module *pModule; /* Callback pointers */
63965 const sqlite3_module *pModule = pVtabCursor->pVtab->pModule;
72418 const sqlite3_module *pModule;
74015 sqlite3_module *pModule;
74021 pModule = (sqlite3_module *)pVtab->pModule;
74065 const sqlite3_module *pModule;
74126 const sqlite3_module *pModule;
74183 const sqlite3_module *pModule;
74280 sqlite3_module *pModule;
74292 pModule = (sqlite3_module *)pVtab->pModule;
97063 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*);
97141 int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,
109367 const sqlite3_module *pModule, /* The definition of the module */
109411 const sqlite3_module *pModule, /* The definition of the module */
109423 const sqlite3_module *pModule, /* The definition of the module */
110115 ** the offset of the method to call in the sqlite3_module structure.
110169 callFinaliser(db, offsetof(sqlite3_module,xRollback));
110178 callFinaliser(db, offsetof(sqlite3_module,xCommit));
110192 const sqlite3_module *pModule;
110254 const sqlite3_module *pMod = pVTab->pMod->pModule;
110299 sqlite3_module *pMod;
110317 pMod = (sqlite3_module *)pVtab->pModule;
130537 static const sqlite3_module fts3Module = {
133153 static const sqlite3_module fts3aux_module = {
136666 static const sqlite3_module fts3tok_module = {
147616 static sqlite3_module rtreeModule = {