Home | History | Annotate | Download | only in dist

Lines Matching refs:sqlite3_module

4480 typedef struct sqlite3_module sqlite3_module;
4484 ** KEYWORDS: sqlite3_module {virtual table module}
4498 struct sqlite3_module {
4650 const sqlite3_module *p, /* Methods for the module */
4656 const sqlite3_module *p, /* Methods for the module */
4680 const sqlite3_module *pModule; /* The module for this virtual table */
4694 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed
4695 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used