/external/chromium_org/third_party/sqlite/src/src/ |
D | sqliteInt.h | 800 struct sqlite3 { struct 801 sqlite3_vfs *pVfs; /* OS Interface */ argument 805 int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 819 int nChange; /* Value returned by sqlite3_changes() */ argument 820 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument 821 sqlite3_mutex *mutex; /* Connection mutex */ argument 823 struct sqlite3InitInfo { /* Information used during initialization */ argument 846 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 849 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument 850 void(*xCollNeeded16)(void*,sqlite3*,int eTextRep,const void*); argument [all …]
|
D | main.c | 1362 sqlite3 *db, /* Attach the hook to this db handle */ in sqlite3_wal_hook() argument 2172 sqlite3 *db, in sqlite3_collation_needed() argument 2190 sqlite3 *db, in sqlite3_collation_needed16() argument
|
D | vtab.c | 434 int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), in vtabCallConstructor()
|
D | sqlite.h.in | 222 typedef struct sqlite3 sqlite3; typedef
|
/external/chromium_org/third_party/sqlite/src/ |
D | sqlite3.pc.in | 8 Name: SQLite
|
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/ |
D | android_profiling_helper.py | 23 sqlite3 = None variable
|
/external/sqlite/dist/ |
D | sqlite3.c | 343 typedef struct sqlite3 sqlite3; typedef 10434 struct sqlite3 { struct 10435 sqlite3_vfs *pVfs; /* OS Interface */ argument 10438 sqlite3_mutex *mutex; /* Connection mutex */ argument 10444 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 10458 int nChange; /* Value returned by sqlite3_changes() */ argument 10459 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument 10461 struct sqlite3InitInfo { /* Information used during initialization */ argument 10485 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 10488 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument [all …]
|
D | sqlite3.h | 228 typedef struct sqlite3 sqlite3; typedef
|
D | shell.c | 2151 sqlite3 *newDb, in tryToCloneSchema() argument
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 343 typedef struct sqlite3 sqlite3; typedef 10434 struct sqlite3 { struct 10435 sqlite3_vfs *pVfs; /* OS Interface */ argument 10438 sqlite3_mutex *mutex; /* Connection mutex */ argument 10444 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 10458 int nChange; /* Value returned by sqlite3_changes() */ argument 10459 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument 10461 struct sqlite3InitInfo { /* Information used during initialization */ argument 10485 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 10488 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument [all …]
|
D | sqlite3.h | 228 typedef struct sqlite3 sqlite3; typedef
|
D | shell.c | 2131 sqlite3 *newDb, in tryToCloneSchema() argument
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 770 typedef struct sqlite3 sqlite3; typedef 9145 struct sqlite3 { struct 9146 sqlite3_vfs *pVfs; /* OS Interface */ argument 9150 int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 9164 int nChange; /* Value returned by sqlite3_changes() */ argument 9165 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument 9166 sqlite3_mutex *mutex; /* Connection mutex */ argument 9168 struct sqlite3InitInfo { /* Information used during initialization */ argument 9191 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 9194 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument [all …]
|
D | sqlite3.h | 227 typedef struct sqlite3 sqlite3; typedef
|