/external/chromium_org/third_party/sqlite/src/src/ |
vtab.c | 25 const sqlite3_module *pModule, /* The definition of the module */ 67 const sqlite3_module *pModule, /* The definition of the module */ 79 const sqlite3_module *pModule, /* The definition of the module */ 728 ** the offset of the method to call in the sqlite3_module structure. 784 callFinaliser(db, offsetof(sqlite3_module,xRollback)); 793 callFinaliser(db, offsetof(sqlite3_module,xCommit)); 807 const sqlite3_module *pModule; 863 sqlite3_module *pMod; 881 pMod = (sqlite3_module *)pVtab->pModule;
|
sqlite.h.in | [all...] |
test_intarray.c | 183 static sqlite3_module intarrayModule = {
|
test_schema.c | 270 static sqlite3_module schemaModule = {
|
test_tclvar.c | 261 static sqlite3_module tclvarModule = {
|
test_wholenumber.c | 228 static sqlite3_module wholenumberModule = {
|
vdbeInt.h | 60 const sqlite3_module *pModule; /* Module for cursor pVtabCursor */
|
sqlite3ext.h | 82 int (*create_module)(sqlite3*,const char*,const sqlite3_module*,void*); 157 int (*create_module_v2)(sqlite3*,const char*,const sqlite3_module*,void*,void (*xDestroy)(void *));
|
test_stat.c | 543 static sqlite3_module dbstat_module = {
|
vdbe.c | [all...] |
test_fuzzer.c | 861 static sqlite3_module fuzzerModule = {
|
recover.c | [all...] |
sqliteInt.h | [all...] |
vdbeaux.c | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.h | 4567 typedef struct sqlite3_module sqlite3_module; typedef in typeref:struct:sqlite3_module 4585 struct sqlite3_module { struct [all...] |
sqlite3.c | 5110 typedef struct sqlite3_module sqlite3_module; typedef in typeref:struct:sqlite3_module 5128 struct sqlite3_module { struct [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
fts3_aux.c | 442 static const sqlite3_module fts3aux_module = {
|
fts3.c | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts1/ |
fulltext.c | 590 static sqlite3_module fulltextModule; /* forward declaration */ [all...] |
fts1.c | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/rtree/ |
rtree.c | [all...] |
/external/chromium_org/third_party/sqlite/src/ext/fts2/ |
fts2.c | [all...] |