Searched refs:sqlite3_module (Results 1 – 4 of 4) sorted by relevance
| /third_party/sqlite/include/ |
| D | sqlite3.h | 7066 typedef struct sqlite3_module sqlite3_module; typedef 7084 struct sqlite3_module { struct 7356 const sqlite3_module *p, /* Methods for the module */ 7362 const sqlite3_module *p, /* Methods for the module */ 7403 const sqlite3_module *pModule; /* The module for this virtual table */
|
| D | sqlite3ext.h | 90 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); 168 int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,
|
| /third_party/sqlite/src/ |
| D | shell.c | 3694 static sqlite3_module seriesModule = { 5590 static sqlite3_module fsdirModule = { in fsdirRegister() 6111 static sqlite3_module completionModule = { 9000 static sqlite3_module zipfileModule = { in zipfileRegister() 9997 static sqlite3_module expertModule = { in idxRegisterVtab() 12311 static sqlite3_module dbdata_module = { in sqlite3DbdataRegister()
|
| D | sqlite3.c | 7375 typedef struct sqlite3_module sqlite3_module; typedef 7393 struct sqlite3_module { struct 7665 const sqlite3_module *p, /* Methods for the module */ 7671 const sqlite3_module *p, /* Methods for the module */ 7712 const sqlite3_module *pModule; /* The module for this virtual table */ 17541 const sqlite3_module *pModule; /* Callback pointers */ 20712 const sqlite3_module*, 85159 const sqlite3_module *pModule = pVCur->pVtab->pModule; 96299 const sqlite3_module *pModule; 98360 const sqlite3_module *pModule; [all …]
|