Home | History | Annotate | Download | only in dist

Lines Matching defs:sqlite3_module

4130 typedef struct sqlite3_module sqlite3_module;
4134 ** KEYWORDS: sqlite3_module {virtual table module}
4149 struct sqlite3_module {
4289 const sqlite3_module *p, /* Methods for the module */
4295 const sqlite3_module *p, /* Methods for the module */
4320 const sqlite3_module *pModule; /* The module for this virtual table */
4335 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed
4336 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used