Searched defs:sqlite3 (Results 1 – 7 of 7) sorted by relevance
1 Name: SQLite
8 Name: SQLite
7 bin_PROGRAMS = sqlite3 program
585 typedef struct sqlite3 sqlite3; typedef17584 struct sqlite3 { struct17585 sqlite3_vfs *pVfs; /* OS Interface */ argument17588 sqlite3_mutex *mutex; /* Connection mutex */ argument17596 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument17617 i64 nChange; /* Value returned by sqlite3_changes() */ argument17618 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument17621 struct sqlite3InitInfo { /* Information used during initialization */ argument17629 } init;17630 int nVdbeActive; /* Number of VDBEs currently running */[all …]
272 typedef struct sqlite3 sqlite3; typedef
22882 sqlite3 *newDb, in tryToCloneSchema() argument