Home
last modified time | relevance | path

Searched +defs:sqlite3 +defs:pc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c591 typedef struct sqlite3 sqlite3; typedef
18035 struct sqlite3 { struct
18036 sqlite3_vfs *pVfs; /* OS Interface */ argument
18039 sqlite3_mutex *mutex; /* Connection mutex */ argument
18047 unsigned int openFlags; /* Flags passed to sqlite3_vfs.xOpen() */ argument
18068 i64 nChange; /* Value returned by sqlite3_changes() */ argument
18069 i64 nTotalChange; /* Value returned by sqlite3_total_changes() */ argument
18072 struct sqlite3InitInfo { /* Information used during initialization */ argument
18080 } init;
18081 int nVdbeActive; /* Number of VDBEs currently running */
[all …]
H A Dshell.c5554 static char *putcs(char *pc, char *s){ in putcs()
22234 const char *pc = (const char*)memchr(s, *zAny&0xff, ns); in anyOfInStr() local
26520 int pc, ppc; in csv_read_one_field() local
26738 sqlite3 *newDb, in tryToCloneSchema() argument