Searched defs:sqlite3 (Results 1 – 6 of 6) sorted by relevance
/external/sqlite/dist/ |
D | sqlite3.c | 439 typedef struct sqlite3 sqlite3; typedef 11017 struct sqlite3 { struct 11018 sqlite3_vfs *pVfs; /* OS Interface */ argument 11021 sqlite3_mutex *mutex; /* Connection mutex */ argument 11027 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 11042 int nChange; /* Value returned by sqlite3_changes() */ argument 11043 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument 11046 struct sqlite3InitInfo { /* Information used during initialization */ argument 11071 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 11074 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument [all …]
|
D | sqlite3.h | 232 typedef struct sqlite3 sqlite3; typedef
|
D | shell.c | 2414 sqlite3 *newDb, in tryToCloneSchema() argument
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 439 typedef struct sqlite3 sqlite3; typedef 11017 struct sqlite3 { struct 11018 sqlite3_vfs *pVfs; /* OS Interface */ argument 11021 sqlite3_mutex *mutex; /* Connection mutex */ argument 11027 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 11042 int nChange; /* Value returned by sqlite3_changes() */ argument 11043 int nTotalChange; /* Value returned by sqlite3_total_changes() */ argument 11046 struct sqlite3InitInfo { /* Information used during initialization */ argument 11071 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 11074 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument [all …]
|
D | sqlite3.h | 232 typedef struct sqlite3 sqlite3; typedef
|
D | shell.c | 2392 sqlite3 *newDb, in tryToCloneSchema() argument
|