Searched defs:sqlite3 (Results 1 – 4 of 4) sorted by relevance
6 bin_PROGRAMS = sqlite3 program
585 typedef struct sqlite3 sqlite3; typedef17638 struct sqlite3 { struct17639 sqlite3_vfs *pVfs; /* OS Interface */ argument17642 sqlite3_mutex *mutex; /* Connection mutex */ argument17650 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument17671 i64 nChange; /* Value returned by sqlite3_changes() */ argument17672 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument17675 struct sqlite3InitInfo { /* Information used during initialization */ argument17683 } init;17684 int nVdbeActive; /* Number of VDBEs currently running */[all …]
272 typedef struct sqlite3 sqlite3; typedef
24146 sqlite3 *newDb, in tryToCloneSchema() argument