Home | History | Annotate | Download | only in orig

Lines Matching refs:sqlite3_module

4930 typedef struct sqlite3_module sqlite3_module;
4934 ** KEYWORDS: sqlite3_module {virtual table module}
4948 struct sqlite3_module {
5105 const sqlite3_module *p, /* Methods for the module */
5111 const sqlite3_module *p, /* Methods for the module */
5135 const sqlite3_module *pModule; /* The module for this virtual table */
5149 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed
5150 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used