Searched defs:sqlite3 (Results 1 – 12 of 12) sorted by relevance
582 typedef struct sqlite3 sqlite3; typedef16537 struct sqlite3 { struct16538 sqlite3_vfs *pVfs; /* OS Interface */ argument16541 sqlite3_mutex *mutex; /* Connection mutex */ argument16549 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument16569 i64 nChange; /* Value returned by sqlite3_changes() */ argument16570 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument16573 struct sqlite3InitInfo { /* Information used during initialization */ argument16581 } init;16582 int nVdbeActive; /* Number of VDBEs currently running */[all …]
16397 sqlite3 *newDb, in tryToCloneSchema() argument
1826 sqlite3 section in Improved Modules1835 .. _whatsnew-subprocess:
1589 sqlite3 section in New, Improved, and Deprecated Modules
1363 sqlite3 section in Improved Modules
1915 sqlite3 section in Improved Modules
1310 sqlite3 section in Improved Modules
1408 sqlite3 section in Improved Modules
1396 sqlite3 section in Improved Modules
97 sqlite_dep = cc.find_library('sqlite3', build
264 typedef struct sqlite3 sqlite3; typedef
272 typedef struct sqlite3 sqlite3; typedef