Searched defs:sqlite3 (Results 1 – 4 of 4) sorted by relevance
8 Name: SQLite
596 typedef struct sqlite3 sqlite3; typedef18678 struct sqlite3 { struct18679 sqlite3_vfs *pVfs; /* OS Interface */ argument18682 sqlite3_mutex *mutex; /* Connection mutex */ argument18690 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument18712 i64 nChange; /* Value returned by sqlite3_changes() */ argument18713 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument18716 struct sqlite3InitInfo { /* Information used during initialization */ argument18724 } init;18725 int nVdbeActive; /* Number of VDBEs currently running */[all …]
275 typedef struct sqlite3 sqlite3; typedef
28793 sqlite3 *newDb, in tryToCloneSchema() argument