Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:sqlite3_module

4567 typedef struct sqlite3_module sqlite3_module;
4571 ** KEYWORDS: sqlite3_module {virtual table module}
4585 struct sqlite3_module {
4737 const sqlite3_module *p, /* Methods for the module */
4743 const sqlite3_module *p, /* Methods for the module */
4767 const sqlite3_module *pModule; /* The module for this virtual table */
4781 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed
4782 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used