Lines Matching defs:sqlite3_module
3936 ** then the corresponding [sqlite3_module.xClose() method should also be
7295 typedef struct sqlite3_module sqlite3_module;
7299 ** KEYWORDS: sqlite3_module {virtual table module}
7313 struct sqlite3_module {
7580 ** ^If the third parameter (the pointer to the sqlite3_module object) is
7589 const sqlite3_module *p, /* Methods for the module */
7595 const sqlite3_module *p, /* Methods for the module */
7636 const sqlite3_module *pModule; /* The module for this virtual table */
7650 ** [sqlite3_module.xOpen | xOpen] method of the module and are destroyed
7651 ** by the [sqlite3_module.xClose | xClose] method. Cursors are used
12832 ** the sqlite3_module.xFindFunction() method.