sqlite3_module 5110 third_party/sqlite/amalgamation/sqlite3.c typedef struct sqlite3_module sqlite3_module; sqlite3_module 5280 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *p, /* Methods for the module */ sqlite3_module 5286 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *p, /* Methods for the module */ sqlite3_module 5310 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; /* The module for this virtual table */ sqlite3_module 9429 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; /* Callback pointers */ sqlite3_module 12274 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; /* Module for cursor pVtabCursor */ sqlite3_module 58674 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule = pCx->pModule; sqlite3_module 62710 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; sqlite3_module 62838 third_party/sqlite/amalgamation/sqlite3.c sqlite3_module *pModule; sqlite3_module 62843 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; sqlite3_module 62855 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; sqlite3_module 62861 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; sqlite3_module 62871 third_party/sqlite/amalgamation/sqlite3.c sqlite3_module *pModule; sqlite3_module 66491 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; sqlite3_module 67946 third_party/sqlite/amalgamation/sqlite3.c sqlite3_module *pModule; sqlite3_module 67952 third_party/sqlite/amalgamation/sqlite3.c u.ch.pModule = (sqlite3_module *)u.ch.pVtab->pModule; sqlite3_module 67997 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; sqlite3_module 68060 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; sqlite3_module 68119 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; sqlite3_module 68210 third_party/sqlite/amalgamation/sqlite3.c sqlite3_module *pModule; sqlite3_module 68219 third_party/sqlite/amalgamation/sqlite3.c u.cm.pModule = (sqlite3_module *)u.cm.pVtab->pModule; sqlite3_module 86564 third_party/sqlite/amalgamation/sqlite3.c int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); sqlite3_module 86639 third_party/sqlite/amalgamation/sqlite3.c int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *)); sqlite3_module 96737 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule, /* The definition of the module */ sqlite3_module 96779 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule, /* The definition of the module */ sqlite3_module 96791 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule, /* The definition of the module */ sqlite3_module 97496 third_party/sqlite/amalgamation/sqlite3.c callFinaliser(db, offsetof(sqlite3_module,xRollback)); sqlite3_module 97505 third_party/sqlite/amalgamation/sqlite3.c callFinaliser(db, offsetof(sqlite3_module,xCommit)); sqlite3_module 97519 third_party/sqlite/amalgamation/sqlite3.c const sqlite3_module *pModule; sqlite3_module 97575 third_party/sqlite/amalgamation/sqlite3.c sqlite3_module *pMod; sqlite3_module 97593 third_party/sqlite/amalgamation/sqlite3.c pMod = (sqlite3_module *)pVtab->pModule; sqlite3_module 112084 third_party/sqlite/amalgamation/sqlite3.c static sqlite3_module recoverModule = { sqlite3_module 116605 third_party/sqlite/amalgamation/sqlite3.c static const sqlite3_module fts3Module = { sqlite3_module 117197 third_party/sqlite/amalgamation/sqlite3.c static const sqlite3_module fts3aux_module = { sqlite3_module 127071 third_party/sqlite/amalgamation/sqlite3.c static sqlite3_module rtreeModule = { sqlite3_module 4567 third_party/sqlite/amalgamation/sqlite3.h typedef struct sqlite3_module sqlite3_module; sqlite3_module 4737 third_party/sqlite/amalgamation/sqlite3.h const sqlite3_module *p, /* Methods for the module */ sqlite3_module 4743 third_party/sqlite/amalgamation/sqlite3.h const sqlite3_module *p, /* Methods for the module */ sqlite3_module 4767 third_party/sqlite/amalgamation/sqlite3.h const sqlite3_module *pModule; /* The module for this virtual table */ sqlite3_module 1120 third_party/sqlite/src/ext/fts1/fts1.c static const sqlite3_module fulltextModule; /* forward declaration */ sqlite3_module 3308 third_party/sqlite/src/ext/fts1/fts1.c static const sqlite3_module fulltextModule = { sqlite3_module 590 third_party/sqlite/src/ext/fts1/fulltext.c static sqlite3_module fulltextModule; /* forward declaration */ sqlite3_module 1469 third_party/sqlite/src/ext/fts1/fulltext.c static sqlite3_module fulltextModule = { sqlite3_module 2079 third_party/sqlite/src/ext/fts2/fts2.c static const sqlite3_module fts2Module; /* forward declaration */ sqlite3_module 7163 third_party/sqlite/src/ext/fts2/fts2.c static const sqlite3_module fts2Module = { sqlite3_module 3555 third_party/sqlite/src/ext/fts3/fts3.c static const sqlite3_module fts3Module = { sqlite3_module 442 third_party/sqlite/src/ext/fts3/fts3_aux.c static const sqlite3_module fts3aux_module = { sqlite3_module 2814 third_party/sqlite/src/ext/rtree/rtree.c static sqlite3_module rtreeModule = { sqlite3_module 1838 third_party/sqlite/src/src/recover.c static sqlite3_module recoverModule = { sqlite3_module 82 third_party/sqlite/src/src/sqlite3ext.h int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); sqlite3_module 157 third_party/sqlite/src/src/sqlite3ext.h int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *)); sqlite3_module 1084 third_party/sqlite/src/src/sqliteInt.h const sqlite3_module *pModule; /* Callback pointers */ sqlite3_module 1239 third_party/sqlite/src/src/test8.c static sqlite3_module echoModule = { sqlite3_module 861 third_party/sqlite/src/src/test_fuzzer.c static sqlite3_module fuzzerModule = { sqlite3_module 183 third_party/sqlite/src/src/test_intarray.c static sqlite3_module intarrayModule = { sqlite3_module 1063 third_party/sqlite/src/src/test_osinst.c static sqlite3_module vfslog_module = { sqlite3_module 270 third_party/sqlite/src/src/test_schema.c static sqlite3_module schemaModule = { sqlite3_module 543 third_party/sqlite/src/src/test_stat.c static sqlite3_module dbstat_module = { sqlite3_module 261 third_party/sqlite/src/src/test_tclvar.c static sqlite3_module tclvarModule = { sqlite3_module 228 third_party/sqlite/src/src/test_wholenumber.c static sqlite3_module wholenumberModule = { sqlite3_module 4110 third_party/sqlite/src/src/vdbe.c const sqlite3_module *pModule; sqlite3_module 5515 third_party/sqlite/src/src/vdbe.c sqlite3_module *pModule; sqlite3_module 5520 third_party/sqlite/src/src/vdbe.c pModule = (sqlite3_module *)pVtab->pModule; sqlite3_module 5564 third_party/sqlite/src/src/vdbe.c const sqlite3_module *pModule; sqlite3_module 5625 third_party/sqlite/src/src/vdbe.c const sqlite3_module *pModule; sqlite3_module 5682 third_party/sqlite/src/src/vdbe.c const sqlite3_module *pModule; sqlite3_module 5769 third_party/sqlite/src/src/vdbe.c sqlite3_module *pModule; sqlite3_module 5777 third_party/sqlite/src/src/vdbe.c pModule = (sqlite3_module *)pVtab->pModule; sqlite3_module 60 third_party/sqlite/src/src/vdbeInt.h const sqlite3_module *pModule; /* Module for cursor pVtabCursor */ sqlite3_module 1549 third_party/sqlite/src/src/vdbeaux.c const sqlite3_module *pModule = pCx->pModule; sqlite3_module 25 third_party/sqlite/src/src/vtab.c const sqlite3_module *pModule, /* The definition of the module */ sqlite3_module 67 third_party/sqlite/src/src/vtab.c const sqlite3_module *pModule, /* The definition of the module */ sqlite3_module 79 third_party/sqlite/src/src/vtab.c const sqlite3_module *pModule, /* The definition of the module */ sqlite3_module 784 third_party/sqlite/src/src/vtab.c callFinaliser(db, offsetof(sqlite3_module,xRollback)); sqlite3_module 793 third_party/sqlite/src/src/vtab.c callFinaliser(db, offsetof(sqlite3_module,xCommit)); sqlite3_module 807 third_party/sqlite/src/src/vtab.c const sqlite3_module *pModule; sqlite3_module 863 third_party/sqlite/src/src/vtab.c sqlite3_module *pMod; sqlite3_module 881 third_party/sqlite/src/src/vtab.c pMod = (sqlite3_module *)pVtab->pModule;