Home
last modified time | relevance | path

Searched defs:sqlite3 (Results 1 – 7 of 7) sorted by relevance

/external/sqlite/dist/
Dsqlite3.c446 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 …]
Dshell.c2419 sqlite3 *newDb, in tryToCloneSchema() argument
Dsqlite3.h232 typedef struct sqlite3 sqlite3; typedef
/external/sqlite/dist/orig/
Dsqlite3.c446 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 …]
Dshell.c2397 sqlite3 *newDb, in tryToCloneSchema() argument
Dsqlite3.h232 typedef struct sqlite3 sqlite3; typedef
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/profiler/
Dandroid_profiling_helper.py26 sqlite3 = None variable