Searched defs:sqlite3 (Results 1 – 4 of 4) sorted by relevance
8 Name: SQLite
591 typedef struct sqlite3 sqlite3; typedef18035 struct sqlite3 { struct18036 sqlite3_vfs *pVfs; /* OS Interface */ argument18039 sqlite3_mutex *mutex; /* Connection mutex */ argument18047 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument18068 i64 nChange; /* Value returned by sqlite3_changes() */ argument18069 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument18072 struct sqlite3InitInfo { /* Information used during initialization */ argument18080 } init;18081 int nVdbeActive; /* Number of VDBEs currently running */[all …]
272 typedef struct sqlite3 sqlite3; typedef
26738 sqlite3 *newDb, in tryToCloneSchema() argument