Searched defs:sqlite3 (Results 1 – 12 of 12) sorted by relevance
582 typedef struct sqlite3 sqlite3; typedef17010 struct sqlite3 { struct17011 sqlite3_vfs *pVfs; /* OS Interface */ argument17014 sqlite3_mutex *mutex; /* Connection mutex */ argument17022 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument17043 i64 nChange; /* Value returned by sqlite3_changes() */ argument17044 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument17047 struct sqlite3InitInfo { /* Information used during initialization */ argument17055 } init;17056 int nVdbeActive; /* Number of VDBEs currently running */[all …]
20156 sqlite3 *newDb, in tryToCloneSchema() argument
1826 sqlite3 section in Improved Modules1835 .. _whatsnew-subprocess:
1591 sqlite3 section in New, Improved, and Deprecated Modules
1392 sqlite3 section in Improved Modules
947 sqlite3 section in Improved Modules998 .. _whatsnew311-string:
1915 sqlite3 section in Improved Modules
1408 sqlite3 section in Improved Modules
1310 sqlite3 section in Improved Modules
1396 sqlite3 section in Improved Modules
264 typedef struct sqlite3 sqlite3; typedef
272 typedef struct sqlite3 sqlite3; typedef