Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/lib/
H A Dsqlite3.pc.in1 Name: SQLite
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.pc.in8 Name: SQLite
H A DMakefile.am7 bin_PROGRAMS = sqlite3 program
H A 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 …]
H A Dsqlite3.h272 typedef struct sqlite3 sqlite3; typedef
H A Dshell.c22882 sqlite3 *newDb, in tryToCloneSchema() argument
/netbsd-src/external/mpl/bind/dist/contrib/dlz/modules/sqlite3/
H A Ddlz_sqlite3_dynamic.c