Searched defs:sqlite3 (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 16468 sqlite3_mutex *mutex; /* Connection mutex */ argument 16476 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 16496 i64 nChange; /* Value returned by sqlite3_changes() */ argument 16500 struct sqlite3InitInfo { /* Information used during initialization */ argument 16508 } init; 16538 void*,sqlite3*,int,char const*,char const*,sqlite3_int64,sqlite3_int64 argument 16543 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 16556 sqlite3_xauth xAuth; /* Access authorization function */ argument 16566 Hash aModule; /* populated by sqlite3_create_module() */ argument 16585 ** mutex, not by sqlite3.mutex. They are used by code in notify.c. argument [all …]
|
| H A D | Makefile.am | 7 bin_PROGRAMS = sqlite3 program
|
| H A D | sqlite3.h | 272 typedef struct sqlite3 sqlite3; typedef
|
| H A D | shell.c | 16397 sqlite3 *newDb, in tryToCloneSchema() argument
|