Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/lib/
Dsqlite3.pc.in1 Name: SQLite
/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.pc.in8 Name: SQLite
DMakefile.am7 bin_PROGRAMS = sqlite3 program
Dsqlite3.c585 typedef struct sqlite3 sqlite3; typedef
17584 struct sqlite3 { struct
17585 sqlite3_vfs *pVfs; /* OS Interface */ argument
17588 sqlite3_mutex *mutex; /* Connection mutex */ argument
17596 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
17617 i64 nChange; /* Value returned by sqlite3_changes() */ argument
17618 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
17621 struct sqlite3InitInfo { /* Information used during initialization */ argument
17629 } init;
17630 int nVdbeActive; /* Number of VDBEs currently running */
[all …]
Dsqlite3.h272 typedef struct sqlite3 sqlite3; typedef
Dshell.c22882 sqlite3 *newDb, in tryToCloneSchema() argument