Home
last modified time | relevance | path

Searched defs:sqlite3 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.pc.in8 Name: SQLite
H A Dsqlite3.c596 typedef struct sqlite3 sqlite3; typedef
18678 struct sqlite3 { struct
18679 sqlite3_vfs *pVfs; /* OS Interface */ argument
18682 sqlite3_mutex *mutex; /* Connection mutex */ argument
18690 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
18712 i64 nChange; /* Value returned by sqlite3_changes() */ argument
18713 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
18716 struct sqlite3InitInfo { /* Information used during initialization */ argument
18724 } init;
18725 int nVdbeActive; /* Number of VDBEs currently running */
[all …]
H A Dsqlite3.h275 typedef struct sqlite3 sqlite3; typedef
H A Dshell.c28793 sqlite3 *newDb, in tryToCloneSchema() argument