Searched defs:sqlite3 (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/sqlite3/ |
| H A D | Makefile.am | 7 bin_PROGRAMS = sqlite3 program
|
| H A D | sqlite3.c | 16792 struct sqlite3 { struct 16796 sqlite3_mutex *mutex; /* Connection mutex */ argument 16804 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 16824 int nChange; /* Value returned by sqlite3_changes() */ argument 16828 struct sqlite3InitInfo { /* Information used during initialization */ argument 16860 void*,sqlite3*,int,char const*,char const*,sqlite3_int64,sqlite3_int64 argument 16865 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 16878 sqlite3_xauth xAuth; /* Access authorization function */ argument 16888 Hash aModule; /* populated by sqlite3_create_module() */ argument 16907 ** mutex, not by sqlite3.mutex. They are used by code in notify.c. argument [all …]
|
| H A D | sqlite3.h | 249 typedef struct sqlite3 sqlite3; typedef
|
| H A D | shell.c | 13531 sqlite3 *newDb, in tryToCloneSchema() argument
|
| /freebsd-12.1/crypto/heimdal/lib/sqlite/ |
| H A D | sqlite3.c | 9447 struct sqlite3 { struct 9452 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument 9467 int nChange; /* Value returned by sqlite3_changes() */ argument 9471 struct sqlite3InitInfo { /* Information used during initialization */ argument 9494 int (*xWalCallback)(void *, sqlite3 *, const char *, int); argument 9497 void(*xCollNeeded)(void*,sqlite3*,int eTextRep,const char*); argument 9500 sqlite3_value *pErr; /* Most recent error message */ argument 9504 volatile int isInterrupted; /* True if sqlite3_interrupt has been called */ argument 9519 Hash aModule; /* populated by sqlite3_create_module() */ argument 9539 ** mutex, not by sqlite3.mutex. They are used by code in notify.c. argument [all …]
|
| H A D | sqlite3.h | 227 typedef struct sqlite3 sqlite3; typedef
|