Searched defs:sqlite3 (Results 1 – 4 of 4) sorted by relevance
8 Name: SQLite
596 typedef struct sqlite3 sqlite3; typedef18657 struct sqlite3 { struct18658 sqlite3_vfs *pVfs; /* OS Interface */ argument18661 sqlite3_mutex *mutex; /* Connection mutex */ argument18669 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument18691 i64 nChange; /* Value returned by sqlite3_changes() */ argument18692 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument18695 struct sqlite3InitInfo { /* Information used during initialization */ argument18703 } init;18704 int nVdbeActive; /* Number of VDBEs currently running */[all …]
275 typedef struct sqlite3 sqlite3; typedef
28755 sqlite3 *newDb, in tryToCloneSchema() argument