Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c439 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 …]
Dsqlite3.h232 typedef struct sqlite3 sqlite3; typedef
Dshell.c2414 sqlite3 *newDb, in tryToCloneSchema() argument
/external/sqlite/dist/orig/
Dsqlite3.c439 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 …]
Dsqlite3.h232 typedef struct sqlite3 sqlite3; typedef
Dshell.c2392 sqlite3 *newDb, in tryToCloneSchema() argument