Searched defs:sqlite3 (Results 1 – 7 of 7) sorted by relevance
/external/sqlite/dist/ |
D | sqlite3.c | 446 typedef struct sqlite3 sqlite3; typedef 11682 struct sqlite3 { struct 11683 sqlite3_vfs *pVfs; /* OS Interface */ argument 11686 sqlite3_mutex *mutex; /* Connection mutex */ argument 11692 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 11707 int nChange; /* Value returned by sqlite3_changes() */ argument 11708 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument 11711 struct sqlite3InitInfo { /* Information used during initialization */ argument 11736 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 11739 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument [all …]
|
D | shell.c | 2419 sqlite3 *newDb, in tryToCloneSchema() argument
|
D | sqlite3.h | 232 typedef struct sqlite3 sqlite3; typedef
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 446 typedef struct sqlite3 sqlite3; typedef 11682 struct sqlite3 { struct 11683 sqlite3_vfs *pVfs; /* OS Interface */ argument 11686 sqlite3_mutex *mutex; /* Connection mutex */ argument 11692 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 11707 int nChange; /* Value returned by sqlite3_changes() */ argument 11708 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument 11711 struct sqlite3InitInfo { /* Information used during initialization */ argument 11736 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 11739 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument [all …]
|
D | shell.c | 2397 sqlite3 *newDb, in tryToCloneSchema() argument
|
D | sqlite3.h | 232 typedef struct sqlite3 sqlite3; typedef
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/ |
D | android_profiling_helper.py | 26 sqlite3 = None variable
|