Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
DsqliteInt.h800 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 …]
Dmain.c1362 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
Dvtab.c434 int (*xConstruct)(sqlite3*,void*,int,const char*const*,sqlite3_vtab**,char**), in vtabCallConstructor()
Dsqlite.h.in222 typedef struct sqlite3 sqlite3; typedef
/external/chromium_org/third_party/sqlite/src/
Dsqlite3.pc.in8 Name: SQLite
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
Dandroid_profiling_helper.py23 sqlite3 = None variable
/external/sqlite/dist/
Dsqlite3.c343 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 …]
Dsqlite3.h228 typedef struct sqlite3 sqlite3; typedef
Dshell.c2151 sqlite3 *newDb, in tryToCloneSchema() argument
/external/sqlite/dist/orig/
Dsqlite3.c343 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 …]
Dsqlite3.h228 typedef struct sqlite3 sqlite3; typedef
Dshell.c2131 sqlite3 *newDb, in tryToCloneSchema() argument
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c770 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 …]
Dsqlite3.h227 typedef struct sqlite3 sqlite3; typedef