Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_module

5286 typedef struct sqlite3_module sqlite3_module;
5290 ** KEYWORDS: sqlite3_module {virtual table module}
5304 struct sqlite3_module {
5475 const sqlite3_module *p, /* Methods for the module */
5481 const sqlite3_module *p, /* Methods for the module */
5505 const sqlite3_module *pModule; /* The module for this virtual table */
5519 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed
5520 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used